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.
- User Authentication
- User Roles
- User Profiles
- Blog Posts
- Followers
- User Comments
- API
- Unit Testing
$ pip install virtualenv
$ virtualenv -p python3 env
$ source env/bin/activate
$ python3 run.py
Yet the flask app is not built fully i am continue to update this repo.