Sin descripción

Sven Czarnian 3ad4e6a026 update the readme hace 2 años
config 822709f577 introduce a performance backend hace 2 años
src 95f2eb1978 fixed coding style issues hace 2 años
test c173729016 initial project setup hace 2 años
.eslintrc.js c173729016 initial project setup hace 2 años
.gitignore c173729016 initial project setup hace 2 años
.prettierrc c173729016 initial project setup hace 2 años
README.md 3ad4e6a026 update the readme hace 2 años
nest-cli.json c173729016 initial project setup hace 2 años
package-lock.json 822709f577 introduce a performance backend hace 2 años
package.json 822709f577 introduce a performance backend hace 2 años
tsconfig.build.json c173729016 initial project setup hace 2 años
tsconfig.json c173729016 initial project setup hace 2 años

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.