Go to file
Thom Werring 40fa6f7ef3 Added data samples as submodule to project 2024-03-23 15:03:06 +01:00
.husky Chore: Enabled autoformat code on commit 2024-03-23 13:27:25 +01:00
e2e-tests Chore: Renamed test directory to e2e-tests for added clarity 2024-03-23 14:09:33 +01:00
src Feature: added Swagger docs 2024-03-23 14:07:00 +01:00
tech-assignment-data@b753a440a9 Added data samples as submodule to project 2024-03-23 15:03:06 +01:00
.eslintrc.js Chore: updated multiple default packages to latest version 2024-03-23 14:19:45 +01:00
.gitignore Initial commit 2024-03-23 13:23:59 +01:00
.gitmodules Added data samples as submodule to project 2024-03-23 15:03:06 +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: updated multiple default packages to latest version 2024-03-23 14:19:45 +01:00
package.json Chore: updated multiple default packages to latest version 2024-03-23 14:19:45 +01:00
tsconfig.build.json Chore: Renamed test directory to e2e-tests for added clarity 2024-03-23 14:09:33 +01:00
tsconfig.json Chore: Finetuned tsconfig 2024-03-23 14:06:03 +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.