#About
Explore: Hampton Roads is a frontend web application sourced by the hercules API.
The project was the Best In Show winner at the fall 2015 Hack to Help Hampton Roads hackathon, organized by Dominion Enterprises & Code for Hampton Roads. DE donated $15,000 to Code for America to help usher this project into a useful production system.
#The Vision
Explore: Hampton Roads will allow users to view and interact with data specific to their community. Explore: Hampton Roads will be sourced with Crime, School, and Housing data allowing users to..
- Collect data from different sources into one, easily accessible location
- See how different data sources interact for deeper insights
- See a high level analysis and explanation of the data being viewed
- Interact with the data in an appealing, digestable format
#Current Status
Currently, the Explore: Hampton Roads web application will be sourced with Virginia Beach, VA data only. This will allow for the collection and presentation to be worked out with data that is readily available, with other cities to be added in a modular format.
#Team
- @BretFisher - PM and CfA Sponsor
- @DerekDrummond - Professional code typer
- @KrishnaRanga - Master of AJAX
- @JosiahBaker - Data Dude
- @JasonBennett - Master of Automation
- @AliciaSedarski - Makes it look pretty
#Apache Vhost
<VirtualHost *:80>
ServerName www.explorehr.com
DocumentRoot "/home/{user}/explore/public/"
ErrorLog /home/{user}/explore/logs/explorehr.error_log
CustomLog /home/{user}/explore/logs/explorehr.access_log combined
</VirtualHost>
<Directory "/home/{user}/explore/public/">
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
Require all granted
</Directory>