Skip to content

TheOpenCode/flask_blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.7%
  • HTML 39.3%