Help Directory project for the COVID-19 hackathon
https://devpost.com/software/project-help-deliver-resources
#proj-help-directory
To run this locally, you must have Python installed. You can run it locally with:
python app.py
Or through Docker with:
bash build.sh
To bootstrap your local database, you can run the migration script with:
./migrate.sh
You can then insert some sample data, by running:
python insert_dummy_data.py