Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.44 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.44 KB

Домашние задания по курсу «NDTNF - TypeScript, Nest.js, Yandex Cloud

Описание

Netology Nestjs/Mongo/RxJs/Passport/Ya.Cloud practice project.

Установка

$ npm install

Запуск

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Тесты

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Поддержка

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.

Contributors

License

Nest is MIT licensed.