Go to file
republicline b19179d027 将data目录文件上传 2025-06-19 09:22:44 +08:00
.idea 调试通过添加,gitignore文件 2025-06-19 09:21:15 +08:00
app test 2025-06-17 18:19:41 +08:00
huaxi 主分支 2025-06-17 17:46:44 +08:00
migrations 主分支 2025-06-17 17:46:44 +08:00
src 将data目录文件上传 2025-06-19 09:22:44 +08:00
.dockerignore 主分支 2025-06-17 17:46:44 +08:00
.env 主分支 2025-06-17 17:46:44 +08:00
.gitignore 将data目录文件上传 2025-06-19 09:22:44 +08:00
config.py 主分支 2025-06-17 17:46:44 +08:00
docker-compose.yml 主分支 2025-06-17 17:46:44 +08:00
README.md 主分支 2025-06-17 17:46:44 +08:00
requirements.txt 主分支 2025-06-17 17:46:44 +08:00
run.py 主分支 2025-06-17 17:46:44 +08:00
test.py 测试“ 2025-06-18 11:45:44 +08:00

My Flask App

This is a simple Flask application with a MySQL database.

Installation

  1. Clone the repository.
  2. Install dependencies: pip install -r requirements.txt.
  3. Run the application: python run.py.