Sven Czarnian cb9aff155d add endpoints to check if a token is valid | 2 vuotta sitten | |
---|---|---|
config | 2 vuotta sitten | |
src | 2 vuotta sitten | |
test | 2 vuotta sitten | |
.eslintrc.js | 2 vuotta sitten | |
.gitignore | 2 vuotta sitten | |
.prettierrc | 2 vuotta sitten | |
LICENSE | 2 vuotta sitten | |
README.md | 2 vuotta sitten | |
nest-cli.json | 2 vuotta sitten | |
package-lock.json | 2 vuotta sitten | |
package.json | 2 vuotta sitten | |
tsconfig.build.json | 2 vuotta sitten | |
tsconfig.json | 2 vuotta sitten |
The backend system for the Arrival MANager (AMAN) based on Nest.JS. The system is currently under development
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
AMAN is MIT licensed.