Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 265 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 265 Bytes

Example of microservice

Example of microservice with koa 1.x version.

Install and config

npm install

Set the correct values in the dev.env file.

  • CT_URL = Control-Tower api gateway URL
  • LOCAL_URL = Microservice URL

Run

npm run dev