Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.79 KB

README.md

File metadata and controls

63 lines (46 loc) · 1.79 KB

tr-projects-rest

twreporter middle-ware rest-api server

Requirements

# linux
apt-get install libevent-dev
apt-get install python-all-dev
apt-get install python-pip
pip install -r requirements.txt

# mac
# install homebrew first
brew install python
/usr/local/bin/pip install -r requirements.txt

Development

# set mongo database in settings.py
python server.py

# mac
/usr/local/bin/python server.py

Deploy

sudo python gevent_web.py &

Script

Examples

Show nested entities in response.

Conditional selection

License

MIT http://mit-license.org