![]() |
||
---|---|---|
.idea | ||
app | ||
huaxi | ||
migrations | ||
src | ||
.dockerignore | ||
.env | ||
.gitignore | ||
config.py | ||
docker-compose.yml | ||
README.md | ||
requirements.txt | ||
run.py | ||
test.py |
My Flask App
This is a simple Flask application with a MySQL database.
Installation
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
. - Run the application:
python run.py
.