Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme updates #9 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 14 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,35 @@
# Flask-Social-Networking
This is a Small Social Networking website developed using Flask and Peewee. It uses Jinja-2 templating engine.

#Requirements
# 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)
Python version >= 2.7

5) pip install flask-wtf
Before starting package needed following to be installed

Python version >= 2.7
``pip install flask peewee flas-login flask-bcrypt email_validator``
_flask-bcrypt (It uses the blue fish cipher)_

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

#Installation
# Installation
fork the github [Repository.](https://github.com/sinscary/Flask-Social-Networking.git)

Run following line in terminal to install dependencies
```bash
pip install -r requirements.txt
```
after installing run

To run
```bash
python app.py
```
fire up your browser and visit

Fire up your browser and visit
```http
localhost:8000
http://localhost:8000
```

Screenshot
![Homepage](screenshots/homepage.jpg)
Binary file added screenshots/homepage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.