217 B
217 B
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
.