Go to file
2021-10-19 17:34:44 +03:00
.vscode feat: add vscode debug 2021-09-13 20:38:35 +03:00
src fix: gas price 2021-10-19 17:34:44 +03:00
test
.dockerignore
.eslintrc.js
.gitignore
.prettierrc
docker-compose.yml
Dockerfile
example.env fix: service fee 2021-09-27 12:32:04 +03:00
nest-cli.json
package.json fix: update deps 2021-10-18 21:10:17 +03:00
README.md
tsconfig.build.json
tsconfig.json
yarn.lock fix: update deps 2021-10-18 21:10:17 +03: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.