Onboarding — Someli-admin-api¶
The admin console backend. Express + MySQL. ~40 endpoints split across two route files. Pairs with admin_console_R (the Vite + React + TS admin frontend).
A forked-and-trimmed cut of the someli-api skeleton. Same server.js shape, same auth pattern (JWT + AES Bearer), but no background jobs, no dashboard sub-app, no Passport / OAuth — only admin-facing CRUD.
First: make sure you've worked through the cross-cutting docs.
Read in order¶
01-setup.md— clone, install, env vars, start02-stack.md— what's similar tosomeli-apiand what's different03-architecture.md— folder map, the two route surfaces, two-layer auth04-getting-started.md— first contribution05-where-to-look.md— symptom → location
Related reference docs¶
../../audit/Someli-admin-api/— full audit subtree../../code-inspect/Someli-admin-api.md— code-level findings