Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.71 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.71 KB

Home Improvement Agents Hub

This project is a web application that serves as a hub for customers to find agents for various home improvement services. The application allows customers to view agents, book services, and leave reviews for completed jobs. The backend API is built using ASP.NET Core with a minimal API structure, and the front-end is developed using React, TailwindCSS, Tanstack Query, Shadcn, and NX.

Table of Contents

Technologies Used

Backend

  • ASP.NET Core Minimal API
  • Entity Framework Core (with SQL Server)
  • AutoMapper (for DTOs)
  • Microsoft SQL Server (LocalDB for development)

Frontend

  • React
  • NX Monorepo
  • React Router DOM
  • TailwindCSS
  • Shadcn UI components
  • Tanstack Query (formerly React Query)
  • Axios (for API calls)

Features

  • View agents and their specialties.
  • Book home improvement services from agents.
  • Leave reviews for completed jobs.
  • Manage customer profiles.
  • Full API and database interaction using ASP.NET Core and Entity Framework.

Setup Instructions

Prerequisites

Ensure you have the following installed:

1. Clone the repository

git clone https://github.com/your-username/home-improvement-hub.git
cd home-improvement-hub