- NestJS
- TypeScript
- Prisma
- Swagger
- Mailer
- Redis
- BullMQ (Queue System)
- Minio (Object Storage)
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# docker with all containers
$ docker-compose run