Project for JP Morgan's 2020 Code For Good Hackathon. We aimed to increase engagement for the Non-profit, Ohio Humanities, by redesigning their website, including a podcast section and a self-guided tour section.
Co-contributors: Worked with Daniel Tian, Andy Li, Caroline Jordan, and Aesha Ray.
MAIN: This page hosts the three most recent podcasts, news articles, and a discussion board for current events. PODCAST: This page hosts the podcast archive, and a podcast discussion board. SELF-DIRECTED TOUR: This page hosts the tours designed by the Ohio Humanities Society, and has the option for users to piece together their own tours from various audio clips. This page also hosts a discussion board for the tours where users can also post pictures.
$ cd server
$ python3 -m venv venv
$ source venv/bin/activate
$ python3 -r requirements.txt
$ export FLASK_APP=server/server.py
$ python3 -m flask run
$ cd app-server
$ yarn install
$ yarn dev