E-commerce site backend using MySQL workbench to create a database, Sequelize for database management, and an Express.js server. Includes Category, Product, and Tag models with API routes so data can be created, displayed, updated, and deleted as needed. Seeds are included for API testing in applications such as Insomnia or Postman.
- MySQL
- Express.js
- Sequelize
- Node.js
- Dotenv
After cloning to your local machine, include .env file with all relevant variables.
Use schema.sql in db directory to create the database in MySQL workbench.
Install all dependencies required
npm i --y
Seed the database
npm run seed
Sync sequelize to the database on server start
node server
MIT License
©️ 2021 Raquel Scofield