Skip to content

All code related to the pypals official website, pypals.org.

Notifications You must be signed in to change notification settings

LUGM/pypals-website

 
 

Repository files navigation

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.

About

All code related to the pypals official website, pypals.org.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 68.7%
  • HTML 18.4%
  • JavaScript 7.2%
  • Python 5.7%