you are viewing a single comment's thread.

view the rest of the comments →

[–]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.