Budgeti Backend API

Production-style API for personal finance and collaborative workflows.

API online

Backend ready for testing

Quick Test Flow

  1. POST /api/v1/auth/register
  2. POST /api/v1/auth/login
  3. POST /api/v1/wallet
  4. POST /api/v1/categories
  5. POST /api/v1/transaction
  6. GET /api/v1/dashboard/summary

Auth

Use Authorization: Bearer <token> in protected routes.