This project demonstrates how to use Flask and SQLAlchemy to create a database-driven web application.
Ensure you have Python installed. Install the required packages by running the following commands:
pip install pymysql
pip install Flask
pip install Flask-SQLAlchemyRun this:
python main.py