Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realmrv/nestjs-training
https://github.com/realmrv/nestjs-training
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/realmrv/nestjs-training
- Owner: realmrv
- Created: 2021-05-29T19:03:47.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-17T12:36:19.000Z (over 3 years ago)
- Last Synced: 2023-07-13T23:30:49.067Z (over 1 year ago)
- Language: TypeScript
- Size: 889 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```