Sven Czarnian cb9aff155d add endpoints to check if a token is valid | пре 2 година | |
---|---|---|
config | пре 2 година | |
src | пре 2 година | |
test | пре 2 година | |
.eslintrc.js | пре 2 година | |
.gitignore | пре 2 година | |
.prettierrc | пре 2 година | |
LICENSE | пре 2 година | |
README.md | пре 2 година | |
nest-cli.json | пре 2 година | |
package-lock.json | пре 2 година | |
package.json | пре 2 година | |
tsconfig.build.json | пре 2 година | |
tsconfig.json | пре 2 година |
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.