Skip to content

mouth147/policecrime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web application made using Python, Flask and jQuery for a database class at Rutgers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published