This is a functional API that connects to the local e-commerce database where the user can update, post, get and delete items.
First, go into your MySQL shell using mysql -u root -p and enter in your password. Next, you want to run source ./db/schema.sql and source ./db/seeds.sql. Next, open your command terminal and run npm install in order to install the modules needed for this application to run properly. Then run node index.js to start the application, and go to (https://localhost:3001).
You must first install MySQL from the link below.
- David Chou
This project is licensed under the MIT License