Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 728 Bytes

File metadata and controls

39 lines (30 loc) · 728 Bytes

This repo contains the source code to a complete social blogging applications with Flask, a python microframework from ground up.

This app is implemented based on miguelgrinberg and Corey.

Tree

What's Included

  • User Authentication
  • User Roles
  • User Profiles
  • Blog Posts
  • Followers
  • User Comments
  • API
  • Email
  • Unit Testing

Initialize a virtualenv

$ pip install virtualenv
$ virtualenv -p python3 env
$ source env/bin/activate

Run The File

$ python3 run.py

Some Demo Output

Caution

Yet the flask app is not built fully i am continue to update this repo.