Logo Lanfrica

dz-experts/stats-api

Domain:

healthcare

Record type:

software
Creator:
dz-
Host:
A simple API to get stats about COVID19 spread in Algeria # 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.