No description
Find a file
2023-10-24 09:21:16 +02:00
.husky Added Husky & Prettier 2023-10-21 14:10:31 +02:00
src Added intro items to API 2023-10-24 09:21:16 +02:00
test Formatted code 2023-10-21 14:18:14 +02:00
.dockerignore Added Dockerfile 2023-10-22 15:59:11 +02:00
.editorconfig Flattened project structure 2023-10-21 14:07:03 +02:00
.eslintrc.js Formatted code 2023-10-21 14:18:14 +02:00
.gitignore Flattened project structure 2023-10-21 14:07:03 +02:00
.nvmrc Added nvmrc to force node version 2023-10-22 15:53:08 +02:00
.prettierrc Flattened project structure 2023-10-21 14:07:03 +02:00
Dockerfile Added Dockerfile 2023-10-22 15:59:11 +02:00
nest-cli.json Flattened project structure 2023-10-21 14:07:03 +02:00
package-lock.json Type in package installing 2023-10-21 14:08:57 +02:00
package.json Added Husky & Prettier 2023-10-21 14:10:31 +02:00
README.md Flattened project structure 2023-10-21 14:07:03 +02:00
tsconfig.build.json Flattened project structure 2023-10-21 14:07:03 +02:00
tsconfig.json Flattened project structure 2023-10-21 14:07:03 +02:00

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.