amal-mejri / dotnet-hello-world

Simple hello world .NET Core application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple hello world .NET Core application


Languages

Language:C# 86.1%Language:Dockerfile 13.9%