/Blog

Blog web app using flask

Primary LanguageHTML

Blog

Full-Featured Web App With Python Flask Tutorial of the instructure Corey Schafer check Python Flask PlayList

Clone:

git clone https://github.com/ImedZnd/Blog.git

pip install -r requirement.txt

Main configuration:

  • set the environment variable SECRET_KEY ,SQLALCHEMY_DATABASE_URI,EMAIL_USER,EMAIL_PASS

Run the server

export FLASK_APP=run.py

flask run