Nincs leírás

Sven Czarnian 4175137436 use only the modules 2 éve
config 822709f577 introduce a performance backend 2 éve
src 4175137436 use only the modules 2 éve
test c173729016 initial project setup 2 éve
.eslintrc.js c173729016 initial project setup 2 éve
.gitignore c173729016 initial project setup 2 éve
.prettierrc c173729016 initial project setup 2 éve
LICENSE 4158e391a5 release the license 2 éve
README.md 3ad4e6a026 update the readme 2 éve
nest-cli.json c173729016 initial project setup 2 éve
package-lock.json 4a585384c1 create the API key dependencies 2 éve
package.json 4a585384c1 create the API key dependencies 2 éve
tsconfig.build.json c173729016 initial project setup 2 éve
tsconfig.json c173729016 initial project setup 2 éve

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.