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