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