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