# WeVoteServer **Repository Path**: kedali/WeVoteServer ## Basic Information - **Project Name**: WeVoteServer - **Description**: We Vote's API application server written in Django/Python. Election data pulled from many sources, used by https://github.com/wevote/WebApp and https://github.com/wevote/WeVoteCordova and https://github.com/wevote/Campaigns. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-07 - **Last Updated**: 2025-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/wevote/WeVoteServer.svg?branch=master)](https://travis-ci.org/wevote/WeVoteServer) [![Coverage Status](https://coveralls.io/repos/wevote/WeVoteServer/badge.svg?branch=master&service=github)](https://coveralls.io/github/wevote/WeVoteServer?branch=master) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) # README for WeVoteServer This WeVoteServer repository contains a Python/Django-powered API endpoints server. We take in ballot data from Google Civic API, Ballotpedia, Vote Smart, MapLight, TheUnitedStates.io and the Voting Information Project. We then serve it up to voters, and let voters Support/Oppose and Like ballot items. We are also building tools to capture and share voter guide data. You can see our current alpha version for recent national and some reigonal elections here: https://WeVote.US/ To get started as a We Vote developer, sign the Contributor License Agreement. ## Installing Python/Django API Server To install and develop the WeVote API server, follow the instructions below based on your preferred environment. 1. Use these [Simplified Instructions for Mac](docs/README_MAC_SIMPLIFIED_INSTALL.md) leveraging the free (and powerful) PyCharm IDE and debugger (**recommended!**) 2. [Install directly](docs/README_API_INSTALL.md) on your Linux machine (or use WSL on Windows) 3. Use [Docker](docs/README_API_INSTALL_DOCKER.md) ## Installing We Vote Mobile Web Application (React/Flux) The website front end application is powered by the [We Vote WebApp](https://github.com/wevote/WebApp) We distribute the We Vote WebApp in an Apache Cordova wrapper, with some native features, to provide [iOS and Android](https://github.com/wevote/WeVoteCordova) apps. See the iOS [We Vote 2018 Ballot, @WeVote](https://itunes.apple.com/us/app/we-vote-2018-ballot-wevote/id1347335726?mt=8) in the iTunes app store for iPhones and iPads. See the Android [We Vote 2018 Ballot, @WeVote](https://play.google.com/store/apps/details?id=org.wevote.cordova&hl=en_US) in the Google Play store for most Android phone and tablet devices. We also have a [ReactNative for iOS and Android](https://github.com/wevote/WeVoteReactNative) that is currently on hold. ## After Installation: Working with WeVoteServer Day-to-Day [Read about working with WeVoteServer on a daily basis](docs/README_WORKING_WITH_WE_VOTE_SERVER.md) Need to upgrade Python? 3a. [Install Python/Django on Mac](docs/README_API_INSTALL_PYTHON_MAC.md) 3b. [Install Python/Django on Linux](docs/README_API_INSTALL_PYTHON_LINUX.md) If you need to test donations and have not updated your openssl and pyopenssl during install and setup, you will need [to update your local](docs/README_DONATION_SETUP.md). See [Instructions for Scheduled Tasks](docs/README_SCHEDULED_TASKS.md) [How to run the WeVoteServer tests](docs/README_DJANGO_TESTS.md) [How to run the WeVoteServer Locust Load Tests](loadtest/README.md) ## Join Us We meet weekly on Google hangouts, and on a team Slack. Please contact Dale.McGrew@WeVote.US for more information.