Friday, July 16, 2021

how to access FastAPI swagger UI from local development?

 It is super cool that FastAPI did provide the Swagger UI without any configuration. after I compile and launch the backend application. then I can use the following link to access the swagger.

http://localhost:8000/docs/ 







we can perform our test within this swagger, instead of using any API Client software.

No comments:

Post a Comment