Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 548 Bytes

File metadata and controls

36 lines (24 loc) · 548 Bytes

Wisenosh Backend

Small backend for image-based food analysis.

Quick start

  1. Copy .env.example (or create .env) and set GEMINI_API_KEY.
  2. Install dependencies:
pnpm install
  1. Run in development:
pnpm run dev
  1. Build:
pnpm run build
pnpm start

Linting

pnpm run lint

Notes

  • The project expects GEMINI_API_KEY in the environment. The key is validated at startup; if missing the app will fail fast.
  • Services are located in src/services and controllers in src/controllers.