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