Giter Site home page Giter Site logo

themightychris / prevention-point Goto Github PK

View Code? Open in Web Editor NEW

This project forked from throwsexception/prevention-point

0.0 1.0 0.0 2.01 MB

Current Functional Product

License: MIT License

Python 48.89% HTML 0.35% JavaScript 50.09% CSS 0.60% Dockerfile 0.06%

prevention-point's Introduction

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.

Before Contributing:

This is a Code for Philly project operating under their code of conduct.

Getting Started

Back-end

pipenv sync
  • Activate virtualenv
pipenv shell
  • Start the postgres database container
docker-compose up -d db
  • Migrate the database
python manage.py migrate
  • Seed the database:
python manage.py seed
  • Create a superuser:
python manage.py createsuperuser
  • Start the app:
python manage.py runserver 0.0.0.0:8000
  • Now you can:
    • Navigate to the django admin page at localhost:8000/admin
    • Connect to the running postgres instance
$ docker-compose exec db psql -U postgres
  • Shut down the app:
$ docker-compose down

Front-end

  • Make sure you have node (>=10.15.3) and yarn (>=1.15.2) installed
  • From the project's root directory, cd frontend
  • Run yarn to install dependencies
  • Run yarn dev and navigate to localhost:1234

For more information on the front-end please see the front-end README

Other tools

Links

Wiki

Milestones

MVP Tracker

Slack Channel #preventionpoint #prevpoint-frontend #prevpoint-backend #prevpoint-pairing

Google Drive

prevention-point's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.