설명 없음

Sven Czarnian abe73cdd8b introduce an endpoint and service to update the active runway and arrival mode 2 년 전
config 822709f577 introduce a performance backend 2 년 전
src abe73cdd8b introduce an endpoint and service to update the active runway and arrival mode 2 년 전
test c173729016 initial project setup 2 년 전
.eslintrc.js c173729016 initial project setup 2 년 전
.gitignore c173729016 initial project setup 2 년 전
.prettierrc c173729016 initial project setup 2 년 전
LICENSE 4158e391a5 release the license 2 년 전
README.md 3ad4e6a026 update the readme 2 년 전
nest-cli.json c173729016 initial project setup 2 년 전
package-lock.json 822709f577 introduce a performance backend 2 년 전
package.json 822709f577 introduce a performance backend 2 년 전
tsconfig.build.json c173729016 initial project setup 2 년 전
tsconfig.json c173729016 initial project setup 2 년 전

README.md

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

License

AMAN is MIT licensed.