Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 488 Bytes

readme.md

File metadata and controls

15 lines (13 loc) · 488 Bytes

Deployed to heroku.

Steps to run it on local:

  • install nodejs
  • install docker
  • pull/download this repository
  • configure env variable in .env.example file
  • run command "npm install"
  • run command "npx sequelize-cli db:create"
  • run command "npx sequelize-cli db:migrate"
  • run command "docker pull postgres"
  • run command "docker compose up -d"
  • open localhost:4000 (default run on port 4000)