A personal finance management system that helps users track expenses, manage budgets, and automate recurring payments.
Built with Django and Django REST Framework, this project provides RESTful APIs for seamless expense tracking.
- 🔑 User Authentication with a custom user model
- 💳 Expense & Category Management
- 🔁 Recurring Expenses for automatic expense tracking
- 🗂 Monthly, Weekly, and Yearly Budgets
- 📡 RESTful APIs for all CRUD operations
- 📊 Scalable Database Design with ERD
- 🛠 Highly Extensible Architecture for analytics and reporting
- 🌐 Google OAuth2 Login / Signup To increase the convenience and speed of user login
- Backend: Python, Django, Django REST Framework , Redis, celery,djang-filter,google-auth
- Database: PostgreSQL
- Tools: Git, Django