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
- Host: GitHub
- URL: https://github.com/pjsier/fair_health
- Owner: pjsier
- License: mit
- Created: 2017-05-19T03:51:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T03:19:39.000Z (about 9 years ago)
- Last Synced: 2025-01-03T23:29:54.250Z (over 1 year ago)
- Language: Python
- Homepage: https://fairhealth.site/
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`