HotelManagementSystem
1.0.0
该项目需要以下工具:
$ git clone https://github.com/AbhiSinha08/HotelManagementSystem.git
$ cd HotelManagementSystem
requirements.txt
中列出的依赖项 $ pip install -r requirements.txt
mysql.cfg
文件,在相应字段中编辑您的 MySQL 用户和密码,以便应用程序连接到它。通过运行flask run
或python app.py
命令来运行web应用程序
默认情况下,Flask 应用程序在localhost
的端口5000
上运行。因此,请访问 http://localhost:5000 并开始使用!