💰 Expense Tracker API

Welcome to the Expense Tracker API backend. This service powers the Expense Tracker mobile application built with React Native and CodeIgniter 3.

📌 API Information

Base URL: http://api.fimnest.com/

🔐 Authentication

Protected endpoints require a JWT token.

Authorization: Bearer YOUR_JWT_TOKEN

📚 Available Modules

🚀 API Endpoints

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

🛠 Technology Stack

📖 Documentation

API documentation and Postman collection will be available here in future releases.