This is a simple ASP.NET Core example web app made for the Gleis Platform as a Service.
In order to run this example web app locally you will need the .NET Core Runtime or SDK to be installed on your computer. To deploy it on Gleis you will need the Gleis CLI Ruby gem and an account on the Gleis PaaS.
Download your own copy of this web app:
$ git clone git@github.com:towards/dotnetcore-example.git
Run the web app:
$ cd dotnetcore-example
$ dotnet run
The example web app should now be reachable locally at http://localhost:5000
Create new app on Gleis:
$ gleis app create
Upload app to Gleis:
$ git push gleis master
The example app will be online in a few seconds and reachable through the HTTPS URL mentioned when you created the Gleis app with the above command.