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

Latest commit

 

History

History
17 lines (10 loc) · 323 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 323 Bytes

Hello PHP

This is a sample "Hello World" project written in PHP.

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