# nestjs-typeorm-example **Repository Path**: zenvari/nestjs-typeorm-example ## Basic Information - **Project Name**: nestjs-typeorm-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-28 - **Last Updated**: 2024-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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).