Expense Tracker API
The Expense Tracker API is a backend service built with Spring Boot that allows users to manage their personal expenses. This API provides functionality for users to create, read, update, and delete expenses, and also allows users to sign up and log in to the application. Each user has their own set of expenses, securely managed with JWT (JSON Web Token) for authentication and session handling.
Technologies Used
- Spring Boot
- MySQL
Key Features
- User Authentication
- Expense Management
- Mobile-friendly API
Challenges
- Implementing secure authentication
- Handling concurrent API requests
My Role
Backend Developer