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 并开始使用!