Documentation
Everything you need to run, extend, and integrate with the SIMS platform. Start with the API Reference for consumer-app integration, or the Developer Guide for the architecture and conventions.
REST API Reference
Every endpoint: authentication, users, organizations, roles, permissions, scopes, audit logs.
ReadDeployment Guide
Ubuntu/EC2 setup, PostgreSQL, Gunicorn systemd unit, Nginx + TLS, upgrades and secret rotation.
ReadDatabase ER Diagram
Schema overview of organizations, offices, users, roles, permissions, scopes and tokens.
ReadDeveloper Guide
Architecture, coding conventions, and a walkthrough for consumer-app integration.
ReadIntegration Examples
Runnable samples for Consumer Apps: a Passkey demo page, plus LMS and CRM examples that validate Access Tokens locally.
Service status: the API exposes a liveness + database check at
/api/health. The admin portal
(login, user/role/permission management, audit logs) lives at
/admin.