gVote is a voter information platform that walks users through steps in the U.S. voting procedure by:
- Helping users register to vote.
- Listing the relevant elections coming up.
- Providing details about each election, including ballot information and nearby polling sites, so users are ready to vote on election day.
You can find the deployed site at contrib-geo-step-2020.appspot.com.
This repository is Google STEP 2020 Pod 190's capstone project. To run this app locally, you must be authenticated on the Google Cloud Platform.
Authors: Gianluca Delgado (@gianelgado12), Casey Price (@casprice), Anooshree Sengupta (@anooshrees)
Reviewers: Roger Lau (@rogerlau), Julian Yang (@julian-yang)
git clone https://github.com/googleinterns/step190-2020.git
This project requires JDK 8 and Apache Maven to be installed in your environment.
mvn package appengine:run
Note: This command must be run in the root directory of the repository, because uses the pom.xml
file to track dependencies and plugins.
The first time you run this command will take longer to build than usual because Maven is installing the project's dependencies.
curl -X PUT localhost:8080/election
Ctrl+C or Cmd+C.
mvn verify
This command runs both unit tests and integration tests.
mvn clean