Own backend project for task management. Frontend client is located here.
App supports:
- creating user profiles (requires username, email and password)
- managing logs of tracked entries that can describe lists/grids of tasks, options or other items, kanban-style boards with columns and cards, etc.
master branch status:
development branch status:
Project created using:
- .NET 8 (C# 12)
- SQL (Microsoft SQL Server)
See ./TaskManagementBackend/docs for project documentation. Start with docs.md file to learn about documentation structure.
See ./roadmap.md to see plans for project development.