Welcome to the Backend Teamβs central README. This document provides a high-level overview of our system architecture, APIs, repositories, and team members.
Overview of our backend system design.
π See architecture diagrams:
π Internal Diagrams
π Technical Overview
List of Services API
| API Name | Docs / Swagger |
|---|---|
| Main Engine API | Swagger |
| Auth & User API | Swagger |
| Payments API | Swagger |
| Employees API | Swagger |
| Task API | Swagger |
π‘ All APIs follow REST conventions and use JWT for auth. For detailed schemas and versioning, refer to API Docs Portal
Overview of backend codebases.
| Repo Name | Description | Link |
|---|---|---|
rm-core-be |
Core backend services for RocketMind | π GitHub |
rm-ai-agents-be |
Main BE orchestration | π GitHub |
rm-auth-user-service |
Authentication & authorization service | π GitHub |
rm-employee-management-service |
HR-related employee data service | π GitHub |
rm-task-submission-service |
Service to handle task creation & submission | π GitHub |
rm-integration-service |
Handles integrations with third-party APIs | π GitHub |