Skip to content

NCTU-SYNC/sync-server-v2

Repository files navigation

SYNC-Server-V2

API Document

Swagger UI

To use Swagger UI locally, please run the app and visit http://localhost:3000/doc.

Installation

yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Development

To having a better UX using yarn with the editer, please refer to Editor SDKs

Note: There are some problem with the eslint extension in vscode, please refer to the issues: