This is a Small Social Networking website developed using Flask and Peewee. It uses Jinja-2 templating engine.
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
pip install flask
pip install peewee
pip install flask-login
pip install flask-bcrypt (It uses the blue fish cipher)
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