https://github.com/ashisha26/covid-backend
🦠Backend for the CovidTracker
https://github.com/ashisha26/covid-backend
covid-19 covid19-data covid19-tracker flask heroku python
Last synced: 2 months ago
JSON representation
🦠Backend for the CovidTracker
- Host: GitHub
- URL: https://github.com/ashisha26/covid-backend
- Owner: AshishA26
- Created: 2020-03-28T17:44:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:01:12.000Z (over 2 years ago)
- Last Synced: 2023-08-02T20:38:44.644Z (almost 2 years ago)
- Topics: covid-19, covid19-data, covid19-tracker, flask, heroku, python
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid-Backend
Custom REST API for [CovidKWTracker](https://github.com/AbhinavA10/CovidTracker), built with Flask.This flask application is hosted on Heroku using the [Procfile](./Procfile)
API Endpoint: https://covid-kw.herokuapp.com/api/v1/cases/all
API Output, in JSON:
## Reference Points
- https://www.dataquest.io/blog/web-scraping-tutorial-python/
- https://www.regionofwaterloo.ca/en/health-and-wellness/positive-cases-in-waterloo-region.aspx#
- https://stackabuse.com/deploying-a-flask-application-to-heroku/
- https://devcenter.heroku.com/articles/procfile#procfile-format
- https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-18-04
- https://devcenter.heroku.com/articles/getting-started-with-python#run-the-app-locally
- https://programminghistorian.org/en/lessons/creating-apis-with-python-and-flask#lesson-goals