Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 320 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 320 Bytes

NodeJS-Project

This is a sample "hello world" NodeJS project.

To startup the service graph:

  • cd services/service-graph
  • make dc-graph-up-d

To call the frontend application:

  • curl -X GET http://localhost:48080

To shutdown the service graph:

  • cd services/service-graph
  • make dc-graph-down