💸 Expense Tracker API A simple and fast RESTful API built with FastAPI, SQLAlchemy, and SQLite to manage personal expenses.
🚧 Status: Under Active Development 🚀 Today's Update Added JWT Authentication (login & register). Secured /expenses/ endpoints using OAuth2 Bearer tokens. Linked all expense records directly to the authenticated user ID.
🛠️ Tech Stack Framework: FastAPI Database: SQLite & SQLAlchemy ORM Auth: PyJWT & Passlib Validation: Pydantic