Tornado-based implementation of Pinterest.
- Install the following:
- Python 2.7
- PIP
- Open a Terminal, change to the directory of pinry-tornado and type: pip install -r requirements.txt
This will install Tornado, mongoengine and PIL on your system.
-
Install and run an instance of MongoDB on the default port=27017.
-
To start the server, type: python app.py
-
Open http://localhost:8888/ in a browser window.