https://github.com/zmts/origami-api-nestjs-old
Nothing serious. Just another one nestjs example.
https://github.com/zmts/origami-api-nestjs-old
Last synced: about 1 year ago
JSON representation
Nothing serious. Just another one nestjs example.
- Host: GitHub
- URL: https://github.com/zmts/origami-api-nestjs-old
- Owner: zmts
- Created: 2021-11-16T11:33:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T16:12:44.000Z (over 4 years ago)
- Last Synced: 2025-02-13T17:52:29.740Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```