Không có mô tả

Sven Czarnian cb9aff155d add endpoints to check if a token is valid 1 năm trước cách đây
config 80cdb2b47d add configurations for the authorization process 1 năm trước cách đây
src cb9aff155d add endpoints to check if a token is valid 1 năm trước cách đây
test c173729016 initial project setup 1 năm trước cách đây
.eslintrc.js c173729016 initial project setup 1 năm trước cách đây
.gitignore c173729016 initial project setup 1 năm trước cách đây
.prettierrc c173729016 initial project setup 1 năm trước cách đây
LICENSE 4158e391a5 release the license 1 năm trước cách đây
README.md 3ad4e6a026 update the readme 1 năm trước cách đây
nest-cli.json c173729016 initial project setup 1 năm trước cách đây
package-lock.json 21ea925d3e add dependencies to enable authorization 1 năm trước cách đây
package.json 21ea925d3e add dependencies to enable authorization 1 năm trước cách đây
tsconfig.build.json c173729016 initial project setup 1 năm trước cách đây
tsconfig.json c173729016 initial project setup 1 năm trước cách đây

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.