An open API service indexing awesome lists of open source software.

https://github.com/swisscom/cf-sample-app-dotnetcore

A sample ASP.NET application to deploy to Cloud Foundry which works out of the box.
https://github.com/swisscom/cf-sample-app-dotnetcore

Last synced: about 1 year ago
JSON representation

A sample ASP.NET application to deploy to Cloud Foundry which works out of the box.

Awesome Lists containing this project

README

          

# CF Sample App .NET Core

A sample [ASP.NET Core](https://www.asp.net/core) application to deploy to Cloud Foundry which works out of the box.

## Run locally

1. Install [.NET Core](https://www.microsoft.com/net/core)
1. Run `dotnet restore`
1. Run `dotnet run`
1. Visit [http://localhost:5000](http://localhost:5000)

## Run in the cloud

1. Install the [cf CLI](https://github.com/cloudfoundry/cli#downloads)
1. Run `cf push my-dotnet-app -m 64M --random-route`
1. Visit the given URL