/flaskblog

Blog web app built with Flask

Primary LanguagePythonMIT LicenseMIT

FlaskBlog

About this project

A full featured Blog web app built with Python and Flask where a user can create, update and delete posts, update their account username or email and profile picture.


Setting Up Environment

$ git clone https://github.com/RaviPabari/flaskblog
$ cd flaskblog/
$ virtualenv blog
$ source blog/bin/activate

Installing Dependencies

pip install -r requirements.txt

Now run

python run.py

Login

login

Register

register

Account

account

Home

home

Update or delete post

update/delete

Confirm delete

confirm delete

Add new post

update/new post

View all posts of a specific user

all posts by a specific user