4a585384c130c6b2f792391e9dab0b3075317f8a
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%