https://github.com/juicycleff/test-nest
https://github.com/juicycleff/test-nest
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juicycleff/test-nest
- Owner: juicycleff
- Created: 2018-06-19T11:42:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T11:42:55.000Z (over 7 years ago)
- Last Synced: 2025-02-22T14:21:18.624Z (8 months ago)
- Language: TypeScript
- Size: 236 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# server
## Description
Unizonn nodejs powered backend with REST Api, GraphQL, Redis, and Websocket for unizonn
## 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
```