Flask Social Networking

This is a Small Social Networking website developed using Flask and Peewee. It uses Jinja-2 templating engine.

58
38
Python

Flask-Social-Networking

This is a Small Social Networking website developed using Flask and Peewee. It uses Jinja-2 templating engine.

#Requirements

Before Starting Package needed to be installed

  1. pip install flask

  2. pip install peewee

  3. pip install flask-login

  4. pip install flask-bcrypt (It uses the blue fish cipher)

  5. pip install flask-wtf

Python version >= 2.7

#Platform Specification
Runs on Mac OSX, Windows, Linux.

#Installation
fork the github Repository.

Run following line in terminal to install dependencies

  pip install -r requirements.txt

after installing run

  python app.py

fire up your browser and visit

  localhost:8000