oCoreoCore Docs

Architecture

oCore system architecture, service layers, and design decisions

Deep dive into oCore's technical architecture. This section documents the internal service layer design, database schema conventions, and the patterns that hold the system together.

oCore is built on a Go + Echo backend, Next.js + React frontend, PostgreSQL database with Ent as the ORM, and River for background job processing. The backend follows a handler-service-repository pattern with strict separation of concerns.

The Developer Guide covers these topics from a practical development perspective:

Was this page helpful?

On this page