A simple REST API to track expenses using FastAPI and SQLite.
- Add expenses (amount, category, note, date)
- List all expenses
- Filter by category
- View total expenses
- Python
- FastAPI
- SQLite
- Pydantic
git clone https://github.com/TheFaith-Code/expense-tracker-api
cd expense-tracker-api