Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 595 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 595 Bytes

flask_blog

This is the blog project for Group 1 in the TTP

Installation

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 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

Usage

$ flask app.py

If you get any errors, it might be because you are missing a dependency.