Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🏨 Hotel Reservation System

A simple yet powerful hotel reservation platform built using Django and MySQL. It offers a clean user interface and functionality for booking and managing hotel rooms.


πŸ” Demo Login Credentials

These are default credentials for testing purposes.

  • Username: Roy
  • Password: Roy

πŸš€ Features

βœ… User authentication (login/logout)
βœ… Room reservation system
βœ… Admin and user dashboards
βœ… Responsive frontend design
βœ… MySQL integration with Django ORM
βœ… Modular and scalable project structure


πŸ› οΈ Tech Stack

  • Backend: Python, Django
  • Frontend: HTML, CSS, Bootstrap
  • Database: MySQL
  • Version Control: Git, GitHub

βš™οΈ How to Run This Project Locally

Follow these steps to set up the project on your local machine.

1. Clone the Repository

bash
git clone https://github.com/Rowills/Hotel_Reservation_System.git
cd Hotel_Reservation_System
2. Create and Activate Virtual Environment
python -m venv venv
venv\Scripts\activate  # For Windows
# OR
source venv/bin/activate  # For Mac/Linux
3. Install Dependencies
pip install -r requirements.txt
 4. Run Migrations
python manage.py makemigrations
python manage.py migrate
5. Start the Development Server
python manage.py runserver

Visit the app at:
πŸ‘‰ http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages