COVID-19 Turkey API
Provides information about COVID-19 in Turkey.
Clone this repository
git clone https://github.com/ykursadkaya/covid19-turkey-api.git
cd covid19-turkey-api
Build Docker image
docker build -t covidapi .
Run container
docker run -p <external-port>:5000 --name <container-name> covidapi
Install Python 3.8.x or later (script has walrus assignment)
Install pip for Python3
Clone this repository
git clone https://github.com/ykursadkaya/covid19-turkey-api.git
cd covid19-turkey-api
Install required Python packages
pip3 install -r requirements.txt
Run script
python3 app.py