https://github.com/juicycleff/gueva-api
https://github.com/juicycleff/gueva-api
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juicycleff/gueva-api
- Owner: juicycleff
- Created: 2018-09-20T21:05:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T12:20:33.000Z (about 7 years ago)
- Last Synced: 2025-02-14T03:23:00.347Z (8 months ago)
- Language: TypeScript
- Size: 139 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project
## Description
gueva api
## 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
```