No description
  • TypeScript 95.7%
  • Cypher 4.3%
Find a file
2022-01-06 21:06:50 +01:00
src finished implementing xbox login 2022-01-06 21:06:50 +01:00
.gitignore finished implementing xbox login 2022-01-06 21:06:50 +01:00
.prettierrc initial commit 2021-10-20 20:00:04 +02:00
nest-cli.json initial commit 2021-10-20 20:00:04 +02:00
nodemon.json initial commit 2021-10-20 20:00:04 +02:00
package.json finished implementing xbox login 2022-01-06 21:06:50 +01:00
README.md initial commit 2021-10-20 20:00:04 +02:00
tsconfig.build.json initial commit 2021-10-20 20:00:04 +02:00
tsconfig.json finished implementing xbox login 2022-01-06 21:06:50 +01:00

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