- Postman Collection Shopping Cart Postman
- Start by installing all dependencies by running
npm install - Next create a
.envfile at the root of the project and copy everything from.env.example - copy files from
.env.exampleto.envusingcp .env.example .envthen populate it with required values where necessary. - Run migrations by running
sequelize db:migrateto set up your database
Note: please ensure that you have mysql installed locally and is running.
- run
npm iornpm installto install all dependencies - run
sequelize db:migrateto to run migration so as to set up database - run
npm startto start the development server - run
docker-compose upto run docker