Skip to content

Repository files navigation

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.

Pre installation

Install the node version mentioned in .nvmrc.

Installation

$ npm install

Running the app

# install needed services and run migrations
$ npm run infra:up

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# stop containers and removes containers, networks, volumes, and images created by up
$ npm run infra:down

Test

# unit tests
$ npm run test

# watch mode
$ npm run test:watch

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Running the production app

$ docker-compose up -d app-production

# stop containers and removes containers, networks, volumes, and images created by up
$ npm run infra:down

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages