Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 398 Bytes

File metadata and controls

22 lines (17 loc) · 398 Bytes

Expense Tracker API

A simple REST API to track expenses using FastAPI and SQLite.

Features

  • Add expenses (amount, category, note, date)
  • List all expenses
  • Filter by category
  • View total expenses

Tech Stack

  • Python
  • FastAPI
  • SQLite
  • Pydantic

Getting Started

1. Clone the repo

git clone https://github.com/TheFaith-Code/expense-tracker-api
cd expense-tracker-api