-Project Description -Table of Contents -Installation -Usage -License -Contributing -Tests -Questions
This was made for my coding bootcamp with the University of Utah. It was made to create and test routes for a backend to an ecommerce website. The backend is very important to ecommerce. Routes were created and tested to view products, categories and tags. Routes were also made to create new products, categories and tags, and also to update and delete.
https://drive.google.com/file/d/1pnJJpLY1yOs4ikX6eRcWdPAAuPSVBE3E/view?usp=sharing
Javascript,Node
Clone the repository. Also install MySQL2, Sequelize, express, and dotenv. Use the command npm i mysql2 sequelize express dotenv. Make sure your mysql server is running, and use the command npm run seed to seed your database. Then you can start your server with the command npm run start, and test your routes in insomnia or whichever application you prefer.
This application will be used as a backend to an ecommerce site.
Fork a copy of the repo and have fun!
Routes were tested using insomnia but you may use whichever testing option you prefer.
n/a
This application is covered under the Open license
Check me out on Github!: (https://github.com/Jillium)
Any questions? Email at [email protected]