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: about 2 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:30:29.000Z (over 3 years ago)
- Last Synced: 2025-03-11T04:42:24.487Z (over 1 year ago)
- Topics: crud, nestjs, sqlite, typeorm
- Language: TypeScript
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- 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
```