Go to file
Thom Werring d0791de188 Chore: Enabled autoformat code on commit 2024-03-23 13:27:25 +01:00
.husky Chore: Enabled autoformat code on commit 2024-03-23 13:27:25 +01:00
src Initial commit 2024-03-23 13:23:59 +01:00
test Initial commit 2024-03-23 13:23:59 +01:00
.eslintrc.js Initial commit 2024-03-23 13:23:59 +01:00
.gitignore Initial commit 2024-03-23 13:23:59 +01:00
.prettierrc Initial commit 2024-03-23 13:23:59 +01:00
README.md Initial commit 2024-03-23 13:23:59 +01:00
nest-cli.json Initial commit 2024-03-23 13:23:59 +01:00
package-lock.json Chore: Enabled autoformat code on commit 2024-03-23 13:27:25 +01:00
package.json Chore: Enabled autoformat code on commit 2024-03-23 13:27:25 +01:00
tsconfig.build.json Initial commit 2024-03-23 13:23:59 +01:00
tsconfig.json Initial commit 2024-03-23 13:23:59 +01:00

README.md

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.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

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.