Prevention Point Philadelphia is a private nonprofit organization providing harm reduction services to Philadelphia and the surrounding area.
Currently, they are storing data from their programs in separate Excel spreadsheets, disparate EHRs, and partner data systems. This prevents them from being able to see all activities associated with an individual program participant, and also makes it impossible for them to do meaningful analyses that monitor program health and evaluate efforts.
This project would work to migrate all of the disparate data sources into one system, make a UI that allows Prevention Point to access all participant data in one system, and increase the ease with which program coordinators can evaluate and monitor activities.
This is a Code for Philly project operating under their code of conduct.
Instructions on how to run the project outside of a container.
pipenv sync
pipenv shell
docker-compose up -d db
python manage.py migrate
python manage.py seed
python manage.py createsuperuser
python manage.py runserver 0.0.0.0:8000
$ docker-compose exec db psql -U postgres
$ docker-compose down
node (>=10.15.3)
and yarn (>=1.15.2)
installedcd frontend
yarn
to install dependenciesRun yarn dev
and navigate to localhost:1234
For more information on the front-end please see the front-end README
Instructions on running the project inside docker.
This project implements the Scripts To Rule Them All interface for developers:
script/server
— Brings a fully working environment up at localhost:8080script/setup
— Run after script/server
to initialize local database with seed datascript/update
— Run after changing code or switching branches to refresh serverOther tools
Wiki (This includes our branching practices)
Slack Channel
#preventionpoint
#prevpoint-frontend
#prevpoint-backend
#prevpoint-pairing