Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 679 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 679 Bytes

task-canvas-tag-manager

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.

Getting Started

Prerequisites

  • .NET SDK (version 8.0 or higher)
  • F# (comes with the .NET SDK)

Installation

  1. Restore dependencies:

    dotnet restore
  2. Build the project:

    dotnet build
  3. Run the application:

    dotnet run