A REST API for tracking job applications built with Flask, SQLAlchemy, and Marshmallow. Supports full CRUD operations create, read, update, and delete job applications via JSON endpoints.
This project is a backend API for a social media application. It is built using FastAPI for request handling, Pydantic for schema and response validation, and SQLAlchemy for persistence to a ...