A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository. This project is built with monorepo microservice architecture
Package:
$ docker
$ docker-compose
ENV:
$ cp .env.example .env (s up the contents)
# watch mode
$ docker compose -f docker-compose.dev.yml up
# watch mode (with clear cache)
$ docker compose -f docker-compose.dev.yml up --build -V --remove-orphans
# production mode
$ docker compose up
# production mode (with clear cache)
$ docker compose up --build -V --remove-orphans
- Md Minhaz Ahamed
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.