huaxi-backend-master/README.md

9 lines
217 B
Markdown
Raw Permalink Normal View History

2025-08-01 19:12:19 +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`.