An ecommerce backend developed with sequelize and express.
Demo of Ecommerce Backend
https://app.castify.com/view/3462cf6a-e5bd-493a-8863-d48abb087291
npm install
to install required dependencies.- fill out env with your credentials
- enter mysql shell to run the schema
- run seeds file with node seeds
- start server with npx nodemon server