Skip to content

williamkoller/clean-arch-node-pg

Repository files navigation

Clean Arch Node PostgreSQL

Steps to run this project:

  1. Run yarn install --frozen-lockfile command

  2. 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
  1. Start project yarn start:docker --build