This is a small Flask API using v2.0
install python3 sh``` brew install python3
install pipenv
sh```
pip install pipenv
start your environment sh``` pipenv shell
install dependencies
sh```
pipenv install
execute the app sh``` python3 app.py
Go to: ``` http://127.0.0.1:5000/ ```
Thanks for the Opportunity
Atahualpa Pena