Go to file Use this template
Kar 996f7b4cea docker 2024-09-20 20:23:54 +05:30
src init 2024-09-20 20:21:19 +05:30
test init 2024-09-20 20:21:19 +05:30
.dockerignore init 2024-09-20 20:21:19 +05:30
.env.sample init 2024-09-20 20:21:19 +05:30
.eslintrc.js init 2024-09-20 20:21:19 +05:30
.gitignore init 2024-09-20 20:21:19 +05:30
.prettierrc init 2024-09-20 20:21:19 +05:30
README.md init 2024-09-20 20:21:19 +05:30
docker-compose.dev.yml docker 2024-09-20 20:23:54 +05:30
docker-compose.prod.yml docker 2024-09-20 20:23:54 +05:30
docker-compose.test.yml docker 2024-09-20 20:23:54 +05:30
docker-compose.yml docker 2024-09-20 20:23:54 +05:30
nest-cli.json init 2024-09-20 20:21:19 +05:30
package.json init 2024-09-20 20:21:19 +05:30
tsconfig.build.json init 2024-09-20 20:21:19 +05:30
tsconfig.json init 2024-09-20 20:21:19 +05:30
yarn.lock init 2024-09-20 20:21:19 +05:30

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 Donate us Support us Follow us on Twitter

Description

Nest framework TypeScript starter repository.

Project setup

$ yarn install

Compile and run the project

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Run tests

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Resources

Check out a few resources that may come in handy when working with NestJS:

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.