https://sajjazaidi2015.github.io/E-Commerce-Backend/
This is an E-commerce backend node.js backend that involves the use of an express.js server and a SQL database. It includes RESTful APIs that has CRUD functionality. It also implemements the usage of sequelize as its ORM tool to convert data to and from the database. Because it is a backend only application, Insomnia was used in order to make requests to the APIs.
Please make sure you have node.js installed on your machine!
mysql2 installation:
npm i mysql2
sequelize:
npm i sequelize
express installation:
npm i express
Once you have these things installed, you must have a mysql database running on your system, replace the values for the host, database name, and password to the database in order to connect to your own database.