Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 885 Bytes

README.md

File metadata and controls

53 lines (34 loc) · 885 Bytes

Michigan Ballot Buddies

An app to help friends hold each other accountable to vote in every election.

CircleCI Coveralls

Setup

Requirements

The following must be installed on your system:

  • Make
  • Python
  • Poetry
  • PostgreSQL

To confirm the correct versions are installed:

$ make doctor

Setup

Create a database:

$ createdb ballotbuddies_dev

Install project dependencies:

$ make install

Run migrations and generate test data:

$ make data

Development

Run the application:

$ make run

See the contributor guide for additional details.