Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
/ stats-api Public archive

A simple API to get stats about COVID19 spread in Algeria

License

Notifications You must be signed in to change notification settings

dz-experts/stats-api

Repository files navigation

Build and deploy Docker Image CI

covid19-simple-api

A simple api to return Confirmed, Deaths and Recovered history for a country

The data are from Ministère de la Santé - Algérie

To run the web application in debug use:

uvicorn main:app --reload

Endpoints

All routes are available on docs or redoc paths with Swagger or ReDoc.

Deployment with Docker

You must have docker and docker-compose tools. Then just run:

docker-compose up -d 

Application will be available on localhost in your browser.