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.