A secure and scalable RESTful API built using ASP.NET Core that allows users to manage personal income and expenses efficiently. The application includes authentication, category and expense management, dashboard analytics, pagination, and soft delete functionality.
- JWT-based User Authentication (Register & Login)
- User-specific Data Isolation
- Category Management (Create, Update, Soft Delete)
- Expense & Income Management
- Dashboard Summary (Total Income, Total Expense, Balance)
- Pagination for Efficient Data Loading
- Global Soft Delete Implementation
- Unit Testing using xUnit
- ASP.NET Core Web API
- Entity Framework Core
- SQL Server
- JWT Authentication
- LINQ
- xUnit (Unit Testing)
- RESTful API Architecture
ExpenseTrackerAPI │ ├── Controllers → API Endpoints ├── Models → Entity Models ├── DTOs → Data Transfer Objects ├── Data → DbContext & Database Configuration ├── Services → Business Logic ├── Tests → Unit Tests ├── appsettings.json → Application Configuration └── README.md
- Secure login and registration using JWT
- Add, update, delete categories
- Add and manage expenses
- View paginated expense lists
- View dashboard summary with calculated balance
- Soft delete ensures data is not permanently removed
- Implemented authentication and authorization
- Designed RESTful endpoints
- Applied pagination for performance optimization
- Implemented soft delete for data integrity
- Structured clean project architecture
- Practiced writing unit tests for API validation
Pallavi Rawal Computer Science Student