Skip to content

ismailgunayy/flask-blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Flask Blog App

Setting up the environment

pip install Flask
pip install Flask-WTF
pip install passlib
pip install wtforms
pip install email_validator

In the app directory,

set FLASK_APP=app.py
flask run

Go to localhost:5000/

Create an account and write some articles to see how the system works.
Please inform me if you see something wrong