بدون توضیح

Sven Czarnian 3ad4e6a026 update the readme 2 سال پیش
config 822709f577 introduce a performance backend 2 سال پیش
src 95f2eb1978 fixed coding style issues 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 سال پیش
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.