{"id":29350111,"url":"https://github.com/realkibetgilbert/realestateapplication","last_synced_at":"2026-04-10T15:09:13.057Z","repository":{"id":301621172,"uuid":"1009839967","full_name":"realkibetgilbert/RealEstateApplication","owner":"realkibetgilbert","description":"A distributed real estate system built using ASP.NET Core and Angular, with microservices handling authentication, property management, bookings, payments, file storage, reporting, and communication (email/SMS). Services communicate securely via Ocelot API Gateway and validate service identity using centralized application registration.","archived":false,"fork":false,"pushed_at":"2025-07-08T15:36:18.000Z","size":493,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-08T16:44:12.339Z","etag":null,"topics":["angular","asp-net-core","csharp","ddd","docker","event-driven","masstransit","microservice","postman","rabbitmq","redis"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realkibetgilbert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-27T20:03:33.000Z","updated_at":"2025-07-08T15:35:37.000Z","dependencies_parsed_at":"2025-06-27T21:21:40.346Z","dependency_job_id":"77996e66-dd72-403f-a550-5d2e9918b997","html_url":"https://github.com/realkibetgilbert/RealEstateApplication","commit_stats":null,"previous_names":["realkibetgilbert/realestateapplication"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/realkibetgilbert/RealEstateApplication","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realkibetgilbert%2FRealEstateApplication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realkibetgilbert%2FRealEstateApplication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realkibetgilbert%2FRealEstateApplication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realkibetgilbert%2FRealEstateApplication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realkibetgilbert","download_url":"https://codeload.github.com/realkibetgilbert/RealEstateApplication/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realkibetgilbert%2FRealEstateApplication/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268134056,"owners_count":24201378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","asp-net-core","csharp","ddd","docker","event-driven","masstransit","microservice","postman","rabbitmq","redis"],"created_at":"2025-07-08T22:06:44.677Z","updated_at":"2025-12-30T21:53:11.521Z","avatar_url":"https://github.com/realkibetgilbert.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Real Estate Microservices System\n\nAn in-progress, secure, and scalable real estate platform being developed using Angular and .NET 8 microservices with Clean Architecture. This monorepo contains 12 independently designed services that are being developed to work together as a complete system.\n\n---\n\n## 🧱 Projects Overview (12 Total)\n\n### 🔐 1. AuthService\n- Handles user authentication, registration, and service validation\n\n### 🏠 2. PropertyService\n- Manages properties and their units\n\n### 👤 3. TenantService\n- Manages tenant profiles and identity\n\n### 📅 4. BookingService\n- Handles unit bookings by tenants\n\n### 💳 5. PaymentService\n- Will handle booking payment processing\n\n### 🖼️ 6. FileService\n- For image upload and management for properties and units\n\n### 📄 7. ReportingService\n- Will generate PDF reports upon successful bookings\n\n### 📧 8. EmailService\n- For sending email confirmations and notifications\n\n### 📲 9. SmsService\n- For sending SMS notifications to users\n\n### 🔀 10. ApiGateway\n- Ocelot-based gateway for routing frontend requests to backend services\n\n### 🌐 11. UI (Angular Frontend)\n- Angular 17 application for tenants and managers\n\n### 📦 12. SharedKernel\n- Contains shared abstractions, DTOs, and base classes used across services\n\n---\n\n## 📁 Folder Structure\n```\nRealEstateMicroservices/\n├── AuthService/\n├── PropertyService/\n├── TenantService/\n├── BookingService/\n├── PaymentService/\n├── FileService/\n├── ReportingService/\n├── EmailService/\n├── SmsService/\n├── ApiGateway/\n├── UI/\n│   └── RealEstateApp/  // Angular frontend\n├── SharedKernel/\n├── docker-compose.yml\n├── .gitignore\n└── README.md\n```\n\n---\n\n## 🛠️ Technologies Being Used\n- **Backend:** ASP.NET Core 8 (Web API, Clean Architecture)\n- **Frontend:** Angular 17\n- **Messaging:** RabbitMQ / Azure Service Bus (planned)\n- **PDF:** QuestPDF / DinkToPDF (planned)\n- **File Storage:** Azure Blob / Local (planned)\n- **Email:** SendGrid / SMTP (planned)\n- **SMS:** Twilio / Africa's Talking (planned)\n- **Gateway:** Ocelot\n- **Auth:** JWT-based, service-to-service validation\n\n---\n\n## 🚀 How to Run (when implemented)\n1. Clone the repository:\n```bash\ngit clone https://github.com/GilbertKibet/RealEstateMicroservices.git\n```\n\n2. Navigate to project folders and run each service or use:\n```bash\ndocker-compose up --build\n```\n\n3. UI will be accessible at: `http://localhost:4200`\n4. Gateway routes will be available via Ocelot at: `http://localhost:7000`\n\n---\n\n## 📌 Development Roadmap\n- [ ] Scaffold all services and UI\n- [ ] Set up service registration and communication via AuthAPI\n- [ ] Secure API Gateway with Ocelot and JWT validation\n- [ ] Add Docker support and CI/CD pipelines\n- [ ] Integrate RabbitMQ, Email, and SMS functionality\n- [ ] Finalize UI and complete end-to-end booking flow\n\n---\n\n## 👨‍💻 Maintainer\n**Gilbert Kibet**  \nSoftware Engineer \n🔗 [LinkedIn](https://www.linkedin.com/in/gilbert-kibet-ba494519b/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealkibetgilbert%2Frealestateapplication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealkibetgilbert%2Frealestateapplication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealkibetgilbert%2Frealestateapplication/lists"}