This application creates an e-commerce back end for an internet retail company's website. There is are seeds with test data so you are able to see how different API routes work. You can GET from the categories, products, or tags as well as POST, PUT, and DELETE.
To install required dependecies, use:
npm install
To run the app, you need to log into mysql, and
source db/schema.sql
Then quit to return back to your command line.
Run:
npm run seed
to seed the examples, and then
npm start
to start the application. Use a program like Insomnia or Postman to test your routes.
This application is built with:
- Express.js
- Sequelize
- MySQL2
- dotenv
If you have any questions, please reach out on GitHub or you can E-mail me.