Skip to content

ActiveDev1/blog

Repository files navigation

Nest Logo

Blog - NestJS

⚗️ technologies

  • NestJS
  • TypeScript
  • Prisma
  • Swagger
  • Mailer
  • Redis
  • BullMQ (Queue System)
  • Minio (Object Storage)

📥 Installation

$ npm install

⚙️ Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# docker with all containers
$ docker-compose run