siebenrock / covid-updates

API and signup page to notify user about current Covid-19 case numbers via text message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Covid-19 API Notifications

INFO 253B: Back-End Web Architecture, Group Project

APIs

Folder Structure

├── CNAME
├── LEARNINGS.md
├── README.md
├── covid-data
│   ├── Dockerfile
│   ├── app.py
│   ├── data.csv
│   └── requirements.txt
├── docs
│   ├── CNAME
│   ├── css
│   │   └── style.css
│   ├── favicon.ico
│   ├── index.html
│   └── js
│       ├── chart.js
│       ├── script.js
│       └── states.js
├── images
│   ├── built-with.png
│   ├── flow.png
│   ├── signup.png
│   └── text-message.png
├── snippets
│   ├── convert-zip-code.py
│   ├── counties.csv
│   ├── covid-data-to-json.ipynb
│   ├── data-handling.ipynb
│   └── get-covid-data.ipynb
└── user-endpoints
    ├── Dockerfile
    ├── UserBackend.py
    ├── requirements.txt
    ├── run_user_server_script
    ├── setup.sh
    ├── setup2.sh
    ├── tests.py
    └── tests2.py

About

API and signup page to notify user about current Covid-19 case numbers via text message


Languages

Language:Jupyter Notebook 97.6%Language:Python 1.9%Language:Shell 0.4%Language:Dockerfile 0.0%