- MYSQL
- Sequelize
- Express.js
- dotenv
Please install all npms (by running 'npm i' in the temrinal) and then run 'npm start' in the terminal.
This is purely the backend side of an E-Commerce website which allows the business owner to post new products, update products, view products, and delete products as necessary.
Our next assignment will link the front end (handlebars) to the backend. But this was a very valuable exercise in using all 4 CRUD methods to create RESTful APIs.