Skip to Content
Jumentix DocsAppsbackend-template

backend-template (reference backend)

Reference Node/Bun backend that shows how Jumentix wires REST, realtime, and persistence adapters around domain use-cases.

What it is

Reference Node/Bun backend that shows how Jumentix wires REST, realtime, and persistence adapters around domain use-cases.

Why it exists

Juniors need a concrete app to open — not only package APIs. This hub orients you before diving into guides.

Responsibility in context

  • Owns: a runnable reference service composition (HTTP/realtime adapters + use-cases) juniors can copy patterns from
  • Stack: application / adapters (server)
  • Used with: persistence packages, SDK clients, REST/Realtime guides
  • Not responsible for: browser offline storage (Cana) or private monorepo tooling pages

Prerequisites

Glossary

  • Reference app — an in-monorepo application used as a teaching composition, not necessarily a SaaS you deploy as-is.

Numbered steps

  1. Open apps/backend-template in the monorepo.
  2. Read its README for local run scripts.
  3. Follow the linked guide for the first success path.
  4. Jump to the packages that power the app (see Next step / packages hub).

Common errors

SymptomCauseFix
Looking for private package docs on the siteThose packages are excludedUse public packages hub only
Running the wrong app folderMixed pathsStay under apps/backend-template

Junior checklist (“I can …”)

  • I can explain what this app is for in one sentence
  • I know which guide to open next
  • I know private tooling is not documented on this site

Next step

/docs/jumentix/guides/rest-api