- ORM: Prisma + PostgreSQL
- Logs: Pino + NestJS Pino
- Auth: Token + Refresh Token
- Service Repository Pattern
npm install
npm run start
# unit tests
npm run test
# watch mode
npm run test:watch
# e2e tests
npm run test:e2e
docker build . -t -p 3000:3000 nestjs-api
docker-compose up -d
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator