Flask restAPI To run execute these commands in terminal > pipenv shell > export FLASK_APP=app.py > to change the environment to developement: * export FLASK_ENV=development > to enable debug mode: * export FLASK_DEBUG=1 > flask run