Run Locally:
- Enter openapi key in 'summary_generator.py'
- Initialize database as illustrated in docs, or via reverse engineering from api calls
- Link database in api.py
- Port forward (if using remote editor) using ngrok or similar
- Add host into api.py
- install all required packages
- cd into frontend, install all req with npm install
- start db instance
- run api.py
- run npm run dev to start app, should run on localhost