A RESTful API built using FastAPI for managing personal expenses. The application allows users to create, retrieve, filter, calculate totals, and delete expenses through well-structured HTTP endpoints ...
This project is a REST API built using FastAPI to manage personal expenses. It allows users to add, view, filter, calculate totals, and delete expense records. To keep the project simple and aligned ...