- pip install flask-restful
- pip freeze > requirements.txt
- python main.py
- asdas
- pip install flask_sqlalchemy
- export FLASK_APP=app
- export FLASK_ENV=development
- flask run
https://stackoverflow.com/questions/55839111/installing-psycopg2-fails-on-macos-with-unclear-error-message
- flask db init => creates the migrations folder
- flask db revision -m "create account table" => creates a new version
- flask db upgrade => runs the migrations
- docker-compose up --build --remove-orphans