Skip to content

kevnsn/pcmedkit

Repository files navigation

Introduction

PC MedKit came about during the National Day of Civic Hacking (Jun 1-2 2013). The purpose of the app is to empower Peace Corps Volunteers and Medical Secretaries more systematic about the way they manage requests for resupply in the field. Using the app, each MedKit has a code and an associated account. Volunteers log in to make resupply requests and Medical Secretaries or "Post Admin" log in to manage incoming and outgoing items, and update status.

Dependencies

PCMedKit uses webapp2 with Google App Engine Python for its web framework, jinja2 for templates and WTForms for form automation.

Demo

How to Contribute

There are a number of features that still need to be worked out. If you are interested in contributing, check out our trello board where details about each feature are laid out in detail. You can post a comment under the feature or aspect you are interested in working on.

Getting Started

To create your development server database navigate to the app root and run the following command (Replacing 'localhost:8080' with your dev server IP:PORT)

appcfg.py upload_data --config_file=seed_data/bulkloader.yaml --filename=seed_data/DeliveryEvent.csv --kind=DeliveryEvent --url=http://localhost:8080/_ah/remote_api; \
appcfg.py upload_data --config_file=seed_data/bulkloader.yaml --filename=seed_data/PostDefault.csv --kind=PostDefault --url=http://localhost:8080/_ah/remote_api; \
appcfg.py upload_data --config_file=seed_data/bulkloader.yaml --filename=seed_data/Volunteer.csv --kind=Volunteer --url=http://localhost:8080/_ah/remote_api; \
appcfg.py upload_data --config_file=seed_data/bulkloader.yaml --filename=seed_data/Supply.csv --kind=Supply --url=http://localhost:8080/_ah/remote_api

About

An application to track peace core med kit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published