This is a hotel management system developed using ASP.NET and SQL Server. The project was completed during the 6th semester by Smeet Rathod and RonakParmar as a project partner. Please note that all commits are made from RonakParmar's account as the project was developed in the college lab.
- User Registration: Clients can register on the platform.
- User Login: Registered users can log in securely.
- Room Booking: Users can browse available rooms and make bookings.
- Reviews: Users can leave reviews for the hotel.
- Profile Management: Users can manage their profiles.
- Booking Management: Users can view their booking history.
- Contact Form: Users can contact the hotel via a contact form.
- OTP via SMTP: OTP verification during user registration for enhanced security.
- Admin Login: Administrators can securely log in.
- Room Management: CRUD operations for rooms.
- Contact Details: View and delete contact details submitted by users.
- User Management: View and delete user details.
- Admin Management: Add and delete admin accounts.
- Staff Management: Add and delete staff accounts.
- Booking Management: Add and delete bookings.
- OTP via SMTP: OTP verification during admin addition for security.
- ASP.NET
- SQL Server
- Clone the repository:
git clone https://github.com/RathodSmeet/r-s-hotel.git
- Set up the database using SQL Server.
- Open the project in Visual Studio.
- Configure the database connection string.
- Build and run the project.
Contributions to the project are welcome. Feel free to fork the repository and submit pull requests with your changes.
This project is licensed under the MIT License.
Special thanks to:
- RonakParmar for collaboration.
- Faculty and staff at SSSDIIT for their support during the project development.