The back end of a ecommerce website. Using Sequelize to link a MySQL database and express API. Find data by product, category, and tags.
git clone ${repository address}
npm install
- Update the connection to include your MySQL credentials
- Login to MySQL and run
source db/schema.sql
npm run seed
- See walkthrough video for how to use routes: walkthrough
Created By: Sam Urwin