Welcome to the Expense Tracker API backend. This service powers the Expense Tracker mobile application built with React Native and CodeIgniter 3.
Base URL: http://api.fimnest.com/
Protected endpoints require a JWT token.
Authorization: Bearer YOUR_JWT_TOKEN
POST /api/auth/register
POST /api/auth/login
POST /api/family/create
POST /api/family/join
GET /api/family/members
GET /api/category/list
POST /api/expense/add
GET /api/expense/list
POST /api/income/add
GET /api/income/list
POST /api/budget/save
GET /api/budget/list
GET /api/dashboard/summary
API documentation and Postman collection will be available here in future releases.