Requirements
- Install Node.js (current LTS version): https://nodejs.org/en
- Yarn (
choco install yarn
)
- Postgres v16+
- VS Code
Optional:
- Any database IDE.
- Docker Desktop
Steps
Clone the project
Postgres installation
Environment file
Migrations flow with Prisma
Populating data
Have fun! 🐿️
References
Documentation | NestJS - A progressive Node.js framework
NestJS in 100 Seconds