DEV Community

Discussion on: FastAPI Part 1: Introduction to FastAPI

Collapse
 
behainguyen profile image
Be Hai Nguyen

Great introduction to FastAPI. I have looked at Flask, Django, but not yet FastAPI.

With Flask, we can integrate it with Swagger UI, too. But it requires some works.

Collapse
 
jamesbmour profile image
James

I've never used Swagger UI with Flask, but in FastAPI, it saves me a lot of time. Are you using Flask just as an API or as a web framework?

Collapse
 
behainguyen profile image
Be Hai Nguyen

I have used Flask for both. I played with Swagger UI for learning purpose, not any real project yet.

One of my project with Flask, this is an API one, ( I have stopped hosting it on Railway.app though ):

github.com/behai-nguyen/bh_aust_po...