HotelManagementSystem
1.0.0
This Project requires the following tools:
$ git clone https://github.com/AbhiSinha08/HotelManagementSystem.git
$ cd HotelManagementSystem
requirements.txt
$ pip install -r requirements.txt
mysql.cfg
file with any text editor to edit your MySQL user and password in the respective fields for the app to connect to it.Run the webapp by running either flask run
OR python app.py
command
By default, a flask application runs on port 5000
on localhost
. So head over to http://localhost:5000 and start using!