/flask-web-app

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.

Primary LanguagePython

Running Flask Web App for Python

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.

image

Flask is a Micro-framework integrated with Python that allows python code to control user interactions, visuals, logic and more.

image