Python FastAPI project that allows to receive sum of a and b Requirements curl Python or Pyenv How to run python -m venv .venv source .venv/bin/activate uvicorn main:app --reload Usage example curl -X 'GET' \ 'http://127.0.0.1:8000/sum?a=2&b=3' \ -H 'accept: application/json'