<p align="center"> <a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo_text.svg" width="320" alt="Nest Logo" /></a> </p>
npm install multitenancy[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
``bash`
$ npm install
bash
start mongod --port 27017 --dbpath C:\MongoDB\data\db --replSet rs0Then open mongo.exe and run
rs.initiate()
`Running the app
`bash
development
$ npm run startwatch mode
$ npm run start:devproduction mode
$ npm run start:prod
`Test
`bash
unit tests
$ npm run teste2e tests
$ npm run test:e2etest 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.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.