Skip to content

adejorosam/node-shopping-cart

Repository files navigation

Shopping Cart Application

Postman application

How To Run

  1. Start by installing all dependencies by running npm install
  2. Next create a .env file at the root of the project and copy everything from .env.example
  3. copy files from .env.example to .env using cp .env.example .envthen populate it with required values where necessary.
  4. Run migrations by running sequelize db:migrate to set up your database

Note: please ensure that you have mysql installed locally and is running.

Important Commands

  • run npm i or npm 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages