No description
  • TypeScript 95.1%
  • JavaScript 4.2%
  • Dockerfile 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-05-06 12:38:01 +00:00
.vscode Initial commit 2025-05-06 12:38:01 +00:00
src Initial commit 2025-05-06 12:38:01 +00:00
test Initial commit 2025-05-06 12:38:01 +00:00
types.d.ts Initial commit 2025-05-06 12:38:01 +00:00
.env.dev Initial commit 2025-05-06 12:38:01 +00:00
.gitignore Initial commit 2025-05-06 12:38:01 +00:00
.gitmodules Initial commit 2025-05-06 12:38:01 +00:00
.prettierrc Initial commit 2025-05-06 12:38:01 +00:00
docker-compose.yml Initial commit 2025-05-06 12:38:01 +00:00
Dockerfile Initial commit 2025-05-06 12:38:01 +00:00
eslint.config.mjs Initial commit 2025-05-06 12:38:01 +00:00
nest-cli.json Initial commit 2025-05-06 12:38:01 +00:00
package-lock.json Initial commit 2025-05-06 12:38:01 +00:00
package.json Initial commit 2025-05-06 12:38:01 +00:00
README.md Initial commit 2025-05-06 12:38:01 +00:00
tsconfig.build.json Initial commit 2025-05-06 12:38:01 +00:00
tsconfig.json Initial commit 2025-05-06 12:38:01 +00: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 Donate us Support us Follow us on Twitter

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.