Backend Github Link: https://github.com/junaaid96/finance-tracking-drf
Frontend Live Link: https://finance-tracking-nextjs.vercel.app/
- Features:
- JWT token authentication is implemented, and users can get both access and refresh tokens upon login.
- User can track their incomes and expenses by creating, updating, and deleting them as necessary.
- Savings goals can be set and managed accordingly.
- All routes are protected; no one can see other details or manipulate them.
- Technology Used:
- Frontend: Tailwind CSS, JS/React/Next.js
- Backend: Python/Django REST framework, JWT Authentication
- Database: PostgreSQL