task-canvas-tag-manager is an API application developed in F# for managing task labels and tags. This project leverages ASP.NET Core for building the web API, providing endpoints for creating, retrieving, updating, and deleting task-related labels and tags.
-
Restore dependencies:
dotnet restore
-
Build the project:
dotnet build
-
Run the application:
dotnet run