An open API service indexing awesome lists of open source software.

https://github.com/ranman/represpacestation


https://github.com/ranman/represpacestation

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Sunlight Labs Bulk Data:
https://sunlightlabs.github.io/congress/#core-information

Eve Docs:
http://python-eve.org/quickstart.html

1. install homebrew: `ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
1. `brew install python mongodb redis git`
1. `mongod --config /usr/local/etc/mongod.conf&` use `fg` ctrl + C to turn it off
1. `git clone git@github.com:ranman/RepreSpaceStation.git`
1. `pip install virtualenv`
1. `virtualenv venv`
1. `source venv/bin/activate`
1. `pip install -r requirements.txt`
1. `python application.py`