netranker

Flask APIs for netranker


Licenses
GPL-3.0/GPL-3.0+
Install
pip install netranker==0.0.3

Documentation

Netranker

Build Status

This python app provides the APIs for netranker, a netrunner card crowd-ranking website.

Install

netranker is on pypi. To install, simply run

pip install netranker

Dependencies

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

Run

To start the API server, run

FLASK_APP=netranker/app.py pipenv run flask run