Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 3.5 KB

README.md

File metadata and controls

72 lines (55 loc) · 3.5 KB

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

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

License

Nest is MIT licensed.