TaskTrackerAPI
1.0.0
This project is a Task Tracker application built using SignalR for real-time updates, ASP.NET Web Framework for the backend, and Angular for the frontend. The application allows users to create, update, delete, and track tasks in real-time.
https://github.com/AJAY2-R/TaskTracker
Before running this application, ensure you have the following installed:
git clone <repository-url>cd backenddotnet restore
dotnet runcd ../frontendnpm install
ng serve