Multiproject API
Welcome to the Multiproject Django backend. This is a REST API for expense tracking and sharing.
Available Endpoints
GET /admin/
Django Admin Interface
POST /api/v1/forcounts/
Create new expense group
GET /api/v1/my/forcounts/
Get your expense groups
GET /api/v1/s/{share_code}/
Get expense group by share code
GET /api/v1/s/{share_code}/participants/
Get participants
GET /api/v1/s/{share_code}/expenses/
Get expenses
GET /api/v1/s/{share_code}/balances/
Get balances
Status: API is running ✅
Environment: Production