This small repository demonstrates the simplicity of starting up a Flask instance to run python code in the backend. There are a number of example routes created and labelled in this code, so that future deployment or use-cases can easily be created.
Flask is a Micro-framework integrated with Python that allows python code to control user interactions, visuals, logic and more.