https://github.com/kubepay/nestjs-crud-experiments
Nest js experiments for good middleware alternative for express
https://github.com/kubepay/nestjs-crud-experiments
crud nestjs sqlite typeorm
Last synced: 4 months ago
JSON representation
Nest js experiments for good middleware alternative for express
- Host: GitHub
- URL: https://github.com/kubepay/nestjs-crud-experiments
- Owner: kubepay
- Created: 2019-06-05T22:17:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:30:29.000Z (over 2 years ago)
- Last Synced: 2025-01-17T19:56:05.231Z (6 months ago)
- Topics: crud, nestjs, sqlite, typeorm
- Language: TypeScript
- Size: 1.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## commands
```bash
$ npm install# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```