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