- Use Python 3.2 or higher
- Run
pip install -r requirements.txt
(use pip3 if python2 is the default on your system) - Generate a GitHub personal access token here. You don't need to select any scopes, just give it a name.
- Have access to a MongoDB instance and the IP address of the box.
- Copy options.json.example to options.json and provide the token you added above along with the IP of the MongoDB server.
- Seed your database initially by running
python seed.py
. - Once you're set up, run:
python app.py
to start the service. It listens on port 5000.
This is a WIP, cats will be eaten.