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.
Neighborly is a Python Flask-powered web application that allows neighbors to post advertisements for services and products they can offer. The project is comprised of a front-end application that is built with the Python Flask micro framework. The application makes direct requests to the back-end API endpoints.