The Khidmatgar Backend is a RESTful API developed using .NET and Entity Framework, serving as the server-side component for the (Khidmatgar application). It manages user authentication, service provider data, booking operations, and other core functionalities.
- User Management: Handle user registration, authentication, and profile management.
- Service Provider Management: Manage service provider profiles, including service details and availability.
- Booking System: Facilitate booking creation, retrieval, updating, and cancellation.
- .NET: Core framework for building the application.
- Entity Framework: ORM for database interactions.
- SQL Server: Primary database system.
- ASP.NET Core: For building RESTful APIs.