This repository contains a simple C#/.NET application that exposes a CRUD API for TODO items.
The API is documented by Swagger, and can be explored at /swagger/index.html.
The main branch uses an in-memory database.
The mysql branch uses an external MySQL instance either on localhost: or on Cloud Foundry / Tanzu Application Service.
dotnet build
dotnet run
cf push -f manifest.yaml