Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

strongoose/netranker

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages