python_project
To run the app follow the steps below:
CLONE the repo from github to your local machine
Install Python if you don't have it already installed.
Then you need to download and install Flask.
Run in your Terminal: pip3 install Flask
Flask allows you to register environment variables that you want to be automatically imported when you run the flask command.
To use this option you have to install the python-dotenv package: pip3 install python-dotenv.
And then: python3 -m flask run or flask run.