Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaroslavtsebro/nest-crud
https://github.com/yaroslavtsebro/nest-crud
class-validator docker jest nestjs pino swagger typeorm
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaroslavtsebro/nest-crud
- Owner: yaroslavTsebro
- Created: 2023-08-15T11:36:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-18T12:11:27.000Z (over 1 year ago)
- Last Synced: 2024-11-08T20:31:47.060Z (3 months ago)
- Topics: class-validator, docker, jest, nestjs, pino, swagger, typeorm
- Language: TypeScript
- Homepage:
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```