Comparing Python API Frameworks
pip install poetry- Install dependencies
cd flask_projectthenpoetry install - Run the flask server via poetry
poetry run flask run - Open http://localhost:5000/
pip install poetry- Install dependencies
cd fastpi_projectthenpoetry install - Run the FastAPI server via poetry
poetry run ./run.sh - Open http://localhost:8001/