Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 346 Bytes

File metadata and controls

18 lines (12 loc) · 346 Bytes

Setup

To set up the project, follow these steps:

  1. Clone the repository.
  2. Run npm install.
  3. run docker-compose up -d
  4. Run npm run start.

To stop the postgres db

  1. docker-compose stop

  2. docker-compose down -v or start later

  3. docker-compose start

  4. docker-compose down --remove-orphans