# NestJS + TypeORM Example
[![Build status badge](https://travis-ci.com/NullEnt1ty/nestjs-typeorm-example.svg?branch=master)](https://travis-ci.com/NullEnt1ty/nestjs-typeorm-example)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=NullEnt1ty_nestjs-typeorm-example&metric=alert_status)](https://sonarcloud.io/dashboard?id=NullEnt1ty_nestjs-typeorm-example)
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr
# production mode
$ npm run start:prod
```
## Test
```bash
# 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](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)
## License
Nest is [MIT licensed](LICENSE).