The Hotel Reservation System is a web application designed to manage hotel bookings. It allows users to search for available rooms, make reservations and manage their bookings. Hotel administrators can manage room availability, view reservations, and perform other administrative tasks.
- User Authentication: Sign up and log in.
- Room Search and Booking: Search for available rooms based on criteria such as date, room type, and price.
- Booking Management: View and manage existing reservations.
- Admin Dashboard: Manage room availability, view bookings, and perform administrative tasks.
- .NET
- Blazor
- Entity Framework Core
- PostgreSQL
- Clone the repository:
git clone https://github.com/adama789/HotelReservationSystem.git cd Hotel-Reservation-System/Hotel-Reservation-System/Hotel-Reservation-System - Update the database:
dotnet ef database update
- Run the application
dotnet run
- Navigate to the application
Open your browser and go to https://localhost:5001.


