Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniloab/nestjs-crud-backend
nestjs crud backend
https://github.com/daniloab/nestjs-crud-backend
Last synced: about 1 month ago
JSON representation
nestjs crud backend
- Host: GitHub
- URL: https://github.com/daniloab/nestjs-crud-backend
- Owner: daniloab
- Created: 2021-10-15T04:27:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T04:29:52.000Z (over 3 years ago)
- Last Synced: 2024-10-18T09:15:00.803Z (3 months ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## NestJS crud backend
Having some fun with nestjs crud backend## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
## 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
```