Tackling the limitations of emailing legislators to share your opinion. Create a platform for finding, and then meaningfully influencing representatives via physical mail.
This project is based off Turing's consultancy project. More details can be found here
- Fork and Clone the repo
- Install gem packages:
bundle install
- Setup the database:
rails db:{drop,create,migrate}
- Run
bundle exec rspec
to test
- Sign up for your Lob Live/Test API keys here and Google Civic Information API key here
- Set-up Figaro:
bundle exec figaro install
- Navigate to /config/application.yml
- Paste the following code and replace 'YOUR-API-KEY' with your Lob keys and Google Civic Information API key:
LOB_TEST_API_KEY: 'YOUR-API-KEY'
LOB_LIVE_API_KEY: 'YOUR-API-KEY'
google_key: 'YOUR-API-KEY'
- Ruby 2.7.2
- Rails 5.2.5