Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 477 Bytes

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