To see this project live visit [policeandcrime.mikebotti.com] (https://policeandcrime.mikebotti.com)
This is my final project for my Databases class during the Fall 2016 semester. It queries an SQLite database and populates graphs and allows you to search through the database using forms populated from the database.
The point of this project is to be able to search for Victims, compare statistics between characteristics of victims and correlate them with statistics between states.
- [The Counted] (https://www.theguardian.com/us-news/ng-interactive/2015/jun/01/about-the-counted)
- [Demographic Data] (http://demographicdata.org/facts-and-figures/gun-ownership-statistics/)
- Clone this repository to your folder
- Install a virtual environment by running
virtualenv venv
inside of the folder. - Activate this environment
source venv/bin/activate
- Install the requirements
pip install -r requirements.txt
- Run the web application
python run.py