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
- Host: GitHub
- URL: https://github.com/williamkoller/clean-arch-node-pg
- Owner: williamkoller
- Created: 2023-04-21T23:46:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T21:08:04.000Z (over 2 years ago)
- Last Synced: 2025-03-30T08:02:17.062Z (11 months ago)
- Topics: adapter-pattern, express, jest, nodejs, postgresql, sucrase, tdd, typescript
- Language: TypeScript
- Homepage:
- Size: 560 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`