Skip to content

C#/.NET application that exposes a CRUD API for TODO items in support of the TAS Workshop

Notifications You must be signed in to change notification settings

p-ssanders/tas-workshop-todo-api

Repository files navigation

Simple TODO List API

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.

Build

dotnet build

Run Locally

dotnet run

Run on Tanzu Application Service (Cloud Foundry)

cf push -f manifest.yaml

References

About

C#/.NET application that exposes a CRUD API for TODO items in support of the TAS Workshop

Topics

Resources

Stars

Watchers

Forks

Languages