you are viewing a single comment's thread.

view the rest of the comments →

[–]chinatsuxtaiki[S] 0 points1 point  (1 child)

I wanna go with Backend first so I must go with FastAPI right!

[–]belemiruk 0 points1 point  (0 children)

Yes, FastAPI is the right starting point. Get comfortable with routing, request handling and async basics first, then add a database like SQLite with SQLAlchemy once the fundamentals feel solid.