0827ccd1b17bc1086a7f81de2190531fbb135a84
Description
The backend system for the Arrival MANager (AMAN) based on Nest.JS. The system is currently under development
Installation
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Stay in touch
- Author - Sven Czarnian
License
AMAN is MIT licensed.
Description
Languages
TypeScript
100%