Steps to run this project:
-
Run
yarn install --frozen-lockfile
command -
Setup
copy -r .env.example .env
Example:
PORT=8124
DB_HOST=postgres
DB_USERNAME=example-username
DB_PASS=example-password
DB_NAME=example-db-name
DB_PORT=5432
- Start project
yarn start:docker --build