Digital Diagnostics & Consulting Platform
Backend API for running finance process assessments, uploading documents, running AI analysis, and generating ROI-based reports.
- Django + DRF backend with JWT authentication
- PostgreSQL, Celery, Redis, AI integration
- Assessments, questionnaires, uploads, analysis, reports & dashboards
Quick API Overview
- Auth
POST /api/auth/login/- Assessments
GET /api/assessments/- Reports
GET /api/reports/
This is a backend service. Integrate it with your React/Next.js frontend or call the APIs directly from your tools.