Small backend for image-based food analysis.
Quick start
- Copy
.env.example(or create.env) and setGEMINI_API_KEY. - Install dependencies:
pnpm install- Run in development:
pnpm run dev- Build:
pnpm run build
pnpm startLinting
pnpm run lintNotes
- The project expects
GEMINI_API_KEYin the environment. The key is validated at startup; if missing the app will fail fast. - Services are located in
src/servicesand controllers insrc/controllers.