You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple FastAPI project demonstrating basic CRUD operations for Users and Todos using SQLite, SQLAlchemy ORM, and Pydantic schemas. This project is ideal for learning FastAPI structure, routing, request/response models, and database interactions.