Sven Czarnian cb9aff155d add endpoints to check if a token is valid | il y a 2 ans | |
---|---|---|
config | il y a 2 ans | |
src | il y a 2 ans | |
test | il y a 2 ans | |
.eslintrc.js | il y a 2 ans | |
.gitignore | il y a 2 ans | |
.prettierrc | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 2 ans | |
nest-cli.json | il y a 2 ans | |
package-lock.json | il y a 2 ans | |
package.json | il y a 2 ans | |
tsconfig.build.json | il y a 2 ans | |
tsconfig.json | il y a 2 ans |
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.