PyMongo and bottle framework used to create webapp showing the data of covid
-
Install Python
-
Install pymongo python -m pip install pymongo
-
Install bottle python -m pip install bottle
-
Install MongoDB as explained in https://docs.mongodb.com/manual/installation/ OR
-
Create a free MongoDB atlas cluster https://docs.atlas.mongodb.com/tutorial/create-new-cluster/