This python app provides the APIs for netranker, a netrunner card crowd-ranking website.
netranker is on pypi. To install, simply run
pip install netranker
Python dependencies are managed by pipenv. To install dependencies, run
pipenv install
to install dev dependencies as well (required to run tests), use
pipenv install -d
The default app config also expects a MongoDB server running on localhost:27017
To start the API server, run
FLASK_APP=netranker/app.py pipenv run flask run