Welcome to the Resort Booking System! 🏝️ This project is a web-based application built using .NET 8, following the Clean Architecture principles. It ensures separation of concerns, scalability, and maintainability. It also features Stripe Payment Integration 💳 for secure transactions.
- 🏠 Villa Management – Add, update, and remove villas.
- 📅 Booking System – Manage reservations efficiently.
- 💰 Stripe Integration – Secure payment processing.
- 🔐 Authentication & Authorization – Role-based access control.
- 📊 DataTables Integration – Better data visualization.
- 🏗 Clean Architecture – Layered structure for maintainability.
The project follows Clean Architecture with the following structure:
📂 ResortBookingSystem
┣ 📂 Application # Business logic (Use Cases, DTOs, Interfaces) 🏗
┣ 📂 Domain # Core entities & business rules 📜
┣ 📂 Infrastructure # Data access, external APIs (Stripe, EF Core) ⚙️
┣ 📂 WebUI # ASP.NET Core MVC frontend 🎨
- ⚙️ .NET 8
- 🎨 ASP.NET Core MVC (WebUI)
- 🏗 Entity Framework Core (Infrastructure)
- 🔥 Stripe API (Payment Integration)
- 🛡 Identity Authentication
- 🗄 SQL Server (Database)
-
Clone the repository 📂
git clone https://github.com/MahmoodElbadri/Resort.git cd Resort -
Install dependencies 🏗
dotnet restore
-
Apply database migrations 🗄
dotnet ef database update
-
Set up Stripe API Keys 🔑
Updateappsettings.jsonwith your Stripe Publishable Key and Secret Key. -
Run the project 🚀
dotnet run
The checkout process is fully integrated with Stripe for handling secure payments. Ensure you have the correct API keys set up in appsettings.json:
"Stripe": {
"PublishableKey": "your_publishable_key_here",
"SecretKey": "your_secret_key_here"
}🚧 Coming soon... 🚧
- 📩 Email Notifications for bookings.
- 📍 Google Maps API for villa locations.
- 📈 Admin Dashboard with analytics.
Pull requests are welcome! Feel free to fork the repo and submit improvements. 🚀
This project is licensed under the MIT License. 📝