Hotel Booking System
Description : This is a Web application for Hotel booking devloped using Python, HTML, CSS, JS etc. We integrate chatbot as support assistant.
Tech : MySQL Database, Python Flask, HTML, CSS, JS, Bootstrap.
Steps to run :
Open the project directory.
First you have to run the file reqirements.txt to install all the requirements for the project
$ pip install -r requirements.txt
After the installation of all the requirements
We have to setup sql database.
To create database we have to run the database.sql file
Note : You can run it by opening it into mysql workbench.
After creating the database change database config. in main.py file and run the file main.py
$ python main.py
Open http://127.0.0.1:5000 in browser.
Now create user and login.
Screenshots:
Login & signup :
Myprofile :
Home:
About us :
Booking Form :