An open API service indexing awesome lists of open source software.

https://github.com/williamkoller/clean-arch-node-pg

Clean Arch Node Pg
https://github.com/williamkoller/clean-arch-node-pg

adapter-pattern express jest nodejs postgresql sucrase tdd typescript

Last synced: 10 months ago
JSON representation

Clean Arch Node Pg

Awesome Lists containing this project

README

          

# Clean Arch Node PostgreSQL

Steps to run this project:

1. Run `yarn install --frozen-lockfile` command

2. Setup `copy -r .env.example .env`

Example:

```bash
PORT=8124

DB_HOST=postgres
DB_USERNAME=example-username
DB_PASS=example-password
DB_NAME=example-db-name
DB_PORT=5432
```

3. Start project `yarn start:docker --build`