Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```