c080ddb987b002dac24a42e3da94926863039d52
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%