This is the blog project for Group 1 in the TTP
Your system needs Flask to run this app.
Also, your system needs these specific packages to run the app:
python -m pip install Flask
python -m pip install Flask-Admin
python -m pip install SQLAlchemy
python -m pip install flask_migrate
python -m pip install flask_login
python -m pip install flask_wtf
python -m pip install email_validator
python -m pip install pillow
python -m pip install Flask-SQLAlchemy
python -m pip install pytest
$ python app.py
If you get any errors, it might be because you are missing a dependency.