An open API service indexing awesome lists of open source software.

https://github.com/pjsier/fair_health

Django and Zappa app for health fairs
https://github.com/pjsier/fair_health

Last synced: over 1 year ago
JSON representation

Django and Zappa app for health fairs

Awesome Lists containing this project

README

          

# Health Fair App

Vital Signs Hackathon Project

## Setup

Create virtualenv:
```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

Make sure that AWS credentials are set up through `aws-cli`, then run
`python manage.py setup_dynamodb` and then `.deploy.sh`