Skip to content

Flask-Blog website which incorporates user accounts an associations to posts

Notifications You must be signed in to change notification settings

J0K3Rn/Flask-Blog-Users

Repository files navigation

Flask-Blog-Users

Flask-Blog website which incorporates user accounts an associations to posts

Features:

  • User accounts for previous iterations of the Flask-Blog website
  • View who made the post and when it was created
  • See who commented on said post
  • Blog website with SQL database
  • Add, edit and delete posts

How to run:

  • Download repository
  • Open downloaded repository with a command line interface
  • run pip install flask flask_bootstrap flask_wtf wtforms wtforms.validators jinja Flask-SQLAlchemy flask_gravatar
  • run python main.py
  • Go to 127.0.0.1:5000/ to view site

Home Page:

alt text

Register Page:

alt text

Create Post:

alt text

View Post and Comment:

alt text