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
- Real-time task updates using SignalR
- RESTful API endpoints for task management
- User authentication and authorization
- CRUD operations for tasks
- Angular frontend for user interaction
Before running this application, ensure you have the following installed:
- Clone this repository:
git clone <repository-url>
- Navigate to the backend directory:
cd backend
- Install dependencies and run the backend server:
dotnet restore
dotnet run
- Navigate to the frontend directory:
cd ../frontend
- Install dependencies and run the Angular development server:
npm install
ng serve
- ASP.NET Web Framework
- SignalR
- Angular
- Entity Framework Core
- SQL Server (or your preferred database)