Full-stack · API
Task Management System
A full-stack task manager with a Python FastAPI backend and a SwiftUI client, built around complete CRUD operations and persistent storage.
PythonFastAPISQLiteSQLAlchemySwiftUIREST API
Built a full-stack task management application with a Python FastAPI backend and SwiftUI frontend, implementing complete CRUD operations with persistent storage via SQLite and SQLAlchemy ORM.
Designed and tested RESTful API endpoints in Postman, verifying request/response payloads, status codes, and error handling for reliable data flow.
Created reusable Postman collections with environment variables to systematically test CRUD endpoints across development cycles.