🔸It's content only the Frontend based website. [If any contributor want to add here the back end and the server you can easily contact me on discord] 🔸
This repository contains the source code and assets for a Hotel Booking Website project. The website aims to provide users with a convenient platform to search for and book accommodations at various hotels.
"EliteStay Reservations" conveys a sense of luxury and exclusivity, suggesting that the website offers premium accommodations for discerning travelers. "Elite" implies top-tier quality and status, while "Stay" emphasizes the focus on lodging and accommodations. "Reservations" highlights the primary function of the website, which is to facilitate bookings for hotels and other accommodations. Overall, the name suggests a sophisticated and upscale experience for users seeking premium lodging options.
- Search Functionality: Users can search for hotels based on location, dates, and other preferences.
- Booking System: Users can make reservations for their preferred accommodations.
- User Authentication: Secure login and registration system for users.
- Admin Panel: Admin dashboard to manage hotel listings, bookings, and user accounts.
- Responsive Design: The website is optimized for desktop, tablet, and mobile devices.
- Frontend: HTML, CSS, JavaScript
- Backend: Python, Django framework
- Database: SQLite (for development), PostgreSQL (for production)
- Other Tools: Bootstrap for styling, Django REST Framework for API development
- Clone the repository:
git clone https://github.com/your_username/hotel-booking-website.git - Install Python (if not already installed): Python Installation Guide
- Install Django:
pip install django - Install required packages:
pip install -r requirements.txt - Run migrations:
python manage.py migrate - Create a superuser:
python manage.py createsuperuser - Start the development server:
python manage.py runserver
- Access the admin panel by navigating to
/adminand login with your superuser credentials. - Add hotels, manage bookings, and user accounts through the admin dashboard.
- Visit the website homepage to search for hotels and make bookings.
This project is licensed under the MIT License.
- Aritra Mukherjee (GitHub)
Feel free to contribute by submitting pull requests or reporting issues!