Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.01 KB

Police Crime Statistics

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.

Data Sources Used

Installation

  1. Clone this repository to your folder
  2. Install a virtual environment by running virtualenv venv inside of the folder.
  3. Activate this environment source venv/bin/activate
  4. Install the requirements pip install -r requirements.txt
  5. Run the web application python run.py