Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.32 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.32 KB

Ecomm Site

MIT license badge

Description

This is a backened application for an online ecommerce site that provides products that have associated categories and tags. The provided API allows a user to interact with the database, reading and writing data.

Table of Contents

Installation

To install this application, please ensure you are using the current LTS version of Node.js found on the Node.js site. Download this repository once Node.js is installed. Once downloaded, you can run "npm install" followed by "npm start" in the root of the downloaded folder to run the API. You can call the API using locahost:3001 as the root followed by your various API calls using tools such as Insomnia

Usage

This application will provide you with API interactions once you run "npm start". You can call the API using locahost:3001 as the root followed by your various API calls using tools such as Insomnia.

screen shot of README Generator

Video of a walkthrough

Questions

License

MIT