caciviclab / ballot-api

API for serving ballot information for California jurisdictions
https://caciviclab-ballot-api.herokuapp.com/
4 stars 0 forks source link

Build
Status

Ballot API

This app is inspired by the schema defined in the Voter Information Project in order to provide ballot data for California.

Prequisites

Setup

$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver

And open your browser to http://localhost:8000