No description
- TypeScript 95.7%
- Cypher 4.3%
| src | ||
| .gitignore | ||
| .prettierrc | ||
| nest-cli.json | ||
| nodemon.json | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
LabyHelp REST-API
Installation
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Dominik Lippl