Skip to content

A web app for visualizing and tracking incidents of police violence and brutality against protesters during the 2020 #BlackLivesMatter protests

Notifications You must be signed in to change notification settings

ccsfaiclub/violence-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

violence-tracker

violence-tracker

Prerequisites

You will need to have these programs installed in your environment:

Getting started:

Get the project code:

git clone https://github.com/ccsfaiclub/violence-tracker.git
cd violence-tracker/

Create a Python virtual environment:

virtualenv -p $(which python3) venv
source venv/bin/activate

Install the dependencies:

pip install -r backend/requirements.txt

Fire up PostgresSQL:

make docker_up

Build the database:

make create_and_populate_db

Running the app:

make flask_up
make fe_dev_up

Stop PostgresSQL:

make docker_down

Testing the app:

make backend_tests

About

A web app for visualizing and tracking incidents of police violence and brutality against protesters during the 2020 #BlackLivesMatter protests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published