IFO backend Dependencies flask: Python server of choise Set Up Check out the code Install requirements pipenv install Start the server with: python app.py Migrations flask db init flask db migrate -m "add comment here" flask db upgrade