https://github.com/yeshalkhan/khidmatgar-backend
This repository contains the code for the backend of the Android app Khidmatgar. It is built using ASP.NET and EF Core.
https://github.com/yeshalkhan/khidmatgar-backend
api backend csharp dotnet entity-framework-core
Last synced: 3 months ago
JSON representation
This repository contains the code for the backend of the Android app Khidmatgar. It is built using ASP.NET and EF Core.
- Host: GitHub
- URL: https://github.com/yeshalkhan/khidmatgar-backend
- Owner: yeshalkhan
- Created: 2025-01-29T17:30:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T18:04:40.000Z (5 months ago)
- Last Synced: 2025-01-29T18:32:44.539Z (5 months ago)
- Topics: api, backend, csharp, dotnet, entity-framework-core
- Language: C#
- Homepage:
- Size: 42.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Khidmatgar Backend
The **Khidmatgar Backend** is a RESTful API developed using .NET and Entity Framework, serving as the server-side component for the [(Khidmatgar application)](https://github.com/yeshalkhan/khidmatgar). It manages user authentication, service provider data, booking operations, and other core functionalities.
## Features
- **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.## Technologies Used
- **.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.