Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 374 Bytes

File metadata and controls

16 lines (12 loc) · 374 Bytes

TaskSphere

TaskSphere is a lightweight, team-focused ticket manager built on .NET 8.

Features

  • Create, assign, and track tasks
  • Projects, priorities, and statuses
  • Simple REST API for integration
  • Role Based Functionalities (Admin/User)
  • Swagger Documentation

Quick start

  1. Clone repo
  2. dotnet run (from project folder)
  3. Open http://localhost:5000