An open API service indexing awesome lists of open source software.

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.

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.