Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:30:29.000Z (almost 2 years ago)
- Last Synced: 2024-03-26T05:52:56.467Z (8 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
```