Welcome to the HotelManagement System - a comprehensive management solution designed for hotels and lodging facilities. Built with MVC Core and Entity Framework in C#, this project aims to improve overall hotel management efficiency.
- Reservation Management: Create, update, and cancel reservations with ease.
- Service Management: Manage service types and prices.
- Guest Management: Keep track of guest information and history.
- .NET Core 3.1 SDK or later
- Visual Studio with the ASP.NET and web development workload installed
- SQL Server
- Clone the repository: git clone https://github.com/frnapo/HotelManagement-W18.git
- Open the solution in Visual Studio.
- Restore NuGet packages.
- Update the connection string in
appsettings.json
to your SQL Server instance. - Use Entity Framework to update the database: Update-Database
- Build and run the application.
- This project was inspired by the need for a modern, efficient hotel management system.