13-E-commerce-App-Backend

Technologies Used

  • MYSQL
  • Sequelize
  • Express.js
  • dotenv

Installation

Please install all npms (by running 'npm i' in the temrinal) and then run 'npm start' in the terminal.

Description

Screen Shot 2022-09-21 at 7 56 12 PM

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.

Future Development

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.