Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 776 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 776 Bytes

Pypals website

All code related to the pypals official website, https://www.pypals.org/

##Installation

Dependencies

Python 2.7

$ sudo apt-get install build-essential checkinstall
$ sudo apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev
$ sudo add-apt-repository ppa:fkrull/deadsnakes
$ sudo apt-get update
$ sudo apt-get install python2.7

pip

$ sudo apt-get install python-pip

flask

$ sudo pip install flask

mongodb

Visit https://docs.mongodb.com/manual/installation/

Requirements

$ pip install -r requirements.txt

To start the server, enter python app.py on your terminal and go to localhost:3000 on any web browser.