This is a personal Expense Tracker REST API built with Spring Boot and MySQL. It allows you to add, update, delete, and view expenses, filtered by category or date.
✅ Built as a personal project for learning and daily usage.
- Add, update, delete expenses
- Filter expenses by category
- View all expenses
- Persistent storage using MySQL
- Simple and clean RESTful API
- Ready to connect with frontend (React)
- Java 17+
- Spring Boot
- Spring Data JPA
- MySQL
- Maven
CREATE DATABASE expensetracker;