Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 254 Bytes

Readme.md

File metadata and controls

13 lines (11 loc) · 254 Bytes

Hello World .NET Core Application

Run locally

dotnet run --project hello-world-api

Then launch your browser and access http://localhost:5000/api/hello

Deploy to Cloud Foundry

cf push

Follow the console output to gather the url