Test Driven Development (TDD) using FastAPI and Postgres
In this post, I'd discuss the Test Driven Development (TDD) strategy of developing APIs in Python using the FastAPI library. It is a methodology where you write test cases for your API end-points first, and then develop controller functions for the c...
amitprafull.com7 min read