README.md

October 14, 2023 ยท View on GitHub

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Start DB Server

$ docker-compose up -d

Swagger UI

http://localhost:5005/api

Contents

  1. 1Installation
  2. 2Running the app
  3. 3Start DB Server
  4. 4Swagger UI