npm install
docker-compose up // start database services with docker
npx prisma migrate deploy // deploy database schema
npm run start:dev // start the application in dev mode
npm run test:e2e
http://localhost:3000/docs
- JWT authentication with refresh tokens
- Full CRUD API
- E2E testing
- Prisma integration with PostgreSQL
- Dockerized services