Motalib01 / PropeloService

MIT License
0 stars 0 forks source link

PropeloService

PropeloService is a backend project built using ASP.NET Core Web API, Entity Framework, and SQL Server. This application is designed to manage real estate data, including properties, apartments for promoters, and related entities. It follows the repository pattern to ensure clean architecture and separation of concerns.

Features

Architecture Overview

This project follows the repository pattern to separate the data access layer from business logic. The class diagram below illustrates the key domain entities and their relationships.

Key Entities

Entity Relationships

Project Structure

Database Schema

Here are the main tables in the SQL Server database:

Technologies

Class Diagram

The class diagram below illustrates the relationships between entities in the project.

Propelo Class Diagram