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
명령을 실행하여 webapp을 실행합니다.
기본적으로 플라스크 애플리케이션은 localhost
의 포트 5000
에서 실행됩니다. 그러니 http://localhost:5000으로 가서 사용을 시작하세요!