A progressive Node.js framework for building efficient and scalable server-side applications.
Description
Nest framework TypeScript starter repository. This project is built with monorepo microservice architecture
Installation
Package:
$ docker
$ docker-compose
ENV:
$ cp .env.example .env (s up the contents)
Running the app
# 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
Maintainer
- Md Minhaz Ahamed
Support
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.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.