Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 526 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 526 Bytes

KORD Guardian micro-services

Read about the architecture of a KORD Guardian micro-service.

Run example micro-services

# Start the proxy server
cd proxy/
npm start

# Then run an example service
cd example/xyz/
npm start

Build a new micro-service

Follow the guide to creating a new KORD Guardian micro-service.