Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 741 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 741 Bytes

Quote API built using

  • Fast API (v 0.110.0)
  • Pydantic (v 2.6.4)
  • SQL Alchemy (v 2.0.29)
  • PostgresSQL (v 16.2)
  • Uvicorn ASGI server (v 0.29.0)

GET

image

POST

image

image

UNIT TESTS

Unit tests written using both the standard python unittest package and the FastAPI TestClient.

All tests should pass.

image