Bez popisu

Sven Czarnian 808fe0a18e introduce a user exchange message před 2 roky
config 80cdb2b47d add configurations for the authorization process před 2 roky
src 808fe0a18e introduce a user exchange message před 2 roky
test c173729016 initial project setup před 2 roky
.eslintrc.js c173729016 initial project setup před 2 roky
.gitignore c173729016 initial project setup před 2 roky
.prettierrc c173729016 initial project setup před 2 roky
LICENSE 4158e391a5 release the license před 2 roky
README.md 3ad4e6a026 update the readme před 2 roky
nest-cli.json c173729016 initial project setup před 2 roky
package-lock.json 21ea925d3e add dependencies to enable authorization před 2 roky
package.json 21ea925d3e add dependencies to enable authorization před 2 roky
tsconfig.build.json c173729016 initial project setup před 2 roky
tsconfig.json c173729016 initial project setup před 2 roky

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.