REST-APIs-with-azure-functions
An implementation of basic REST APIs with Azure functions and MongoDB using Python. Four separate HTTPTrigger functions are created to store, retrieve and manipulate the data in Mongo Database through HTTP Get, Post, Put/Patch and Delete requests.