https://github.com/blackiq/covid
Covid 19 status. Flask application. CovidAPI. Heroku.
https://github.com/blackiq/covid
api covid flask hacktoberfest heroku
Last synced: 6 months ago
JSON representation
Covid 19 status. Flask application. CovidAPI. Heroku.
- Host: GitHub
- URL: https://github.com/blackiq/covid
- Owner: BlackIQ
- Created: 2021-10-09T09:16:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T04:43:17.000Z (over 2 years ago)
- Last Synced: 2025-04-07T18:43:33.037Z (7 months ago)
- Topics: api, covid, flask, hacktoberfest, heroku
- Language: Python
- Homepage: https://covid-blackiq.herokuapp.com
- Size: 172 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid 19
In this project we see total count of people who got this virus and total death.
### How does it works
- Written in **Python**.
- Web app, **Flask**.
- package managing with **PipEnv**.
- Using **CovidAPI**.
- Domain with **CloudFlare**.
- Developed by **Amirhossein**.
- Hosted by **Heroku**.
### Where to see
Open [covid-blackiq.herokuapp.com/](https://covid-blackiq.herokuapp.com/).
### Contribute
For small changes, open an issue or do it by yourself.
### How to run
- First clone it and go to the directory. Run `pipenv shell`.
> This project is using **PipEnv**. Don't run `pip3 install`.
```shell
$ git clone https://github.com/BlackIQ/covid
$ cd covid
$ pipenv shell
```
- Export variables and run **Flask app**.
```shell
$ export FLASK_APP=wsgi.py
$ export FLASK_ENV=development
$ flask run
```
- After go to `127.0.0.1:5000` in your broswer.
[](#)
### Hacktoberfest
Now is **October 9** and here is **Hacktoberfest**. Contribute on this project to get label.
### The last word
Protect your self, Wear a mask. Get vaccinated if you have not already.
### License
This project is licensed under **GPL-3** license
### TODO
- [x] Front-End design
- [x] Deploy