https://github.com/flexcodelabs/nestjs-boilerplate
https://github.com/flexcodelabs/nestjs-boilerplate
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flexcodelabs/nestjs-boilerplate
- Owner: flexcodelabs
- Created: 2023-01-06T20:44:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T20:50:49.000Z (over 3 years ago)
- Last Synced: 2025-02-23T21:42:53.261Z (over 1 year ago)
- Language: TypeScript
- Size: 154 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


## Description
NestJs boilerplate to take you from development to deployment easily.
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# 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).
## License
Nest is [MIT licensed](LICENSE).