HealthConnect aims to help local government units and NGOs manage their health programs while keeping their constituents informed by using SMS.
This was an entry to #ThinkOpenHealth Hackathon 2016.
python3node
- Run
virtualenv ENV -p /usr/local/bin/python3to create a separate environment for the app. - Then, install all the dependencies inside the
requirements.txtby runningpip install -r requirements.txt - To run the Django app,
python manage.py runserver
- Install the dependencies:
npm install - To watch, run
npm run dev - To build, run
npm run build
- Django app was written by Gabriel Chase
- Vue app, including the UI, was written/designed by me

