This is an API for the Code for Vegas Informed Voter app built using Ruby 2.1.2 and Rails 4.1.4. The app was generated using the ‘rails-api’ gem. There are currently four endpoints: User, Issues, Candidates, and Elections. The API is versioned with “versionist” gem. The database is SqLite3. JSON serialization courtesy of “active_model_serializers” gem. Database has 2 entries for users, 1 entry each for issues, candidates, and elections; feel free to add more.