RaviPabari / flaskblog

Blog web app built with Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Blog web app built with Flask

License:MIT License


Languages

Language:Python 99.5%Language:C 0.3%Language:HTML 0.1%Language:CSS 0.0%Language:JavaScript 0.0%Language:Shell 0.0%Language:PowerShell 0.0%