Skip to content

AJAY2-R/TaskTrackerAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker API with SignalR and ASP.NET Web Framework

Overview

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.

Angular Project

https://github.com/AJAY2-R/TaskTracker

Features

  • 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

Prerequisites

Before running this application, ensure you have the following installed:

Getting Started

  1. Clone this repository:
git clone <repository-url>
  1. Navigate to the backend directory:
cd backend
  1. Install dependencies and run the backend server:
dotnet restore
dotnet run
  1. Navigate to the frontend directory:
cd ../frontend
  1. Install dependencies and run the Angular development server:
npm install
ng serve

Technologies Used

  • ASP.NET Web Framework
  • SignalR
  • Angular
  • Entity Framework Core
  • SQL Server (or your preferred database)