🐾
Storgo API
Backend service · consumed by the Flutter app & Admin Portal
This service is API-only. Full reference:
API.md in the repo root. The admin dashboard has moved to the Storgo Admin Portal (see its "App Users" page).Auth
- POST/api/auth/start · /api/auth/verify (phone OTP)
- POST/api/auth/email/register · /api/auth/email/login
- POST/api/auth/apple · /api/auth/google · /api/auth/facebook
Catalog
- GET/api/products?category= · /api/products/:id
- GET/api/businesses?category=
- GET/api/providers?serviceType=
Account · Commerce (bearer token)
- GET/PATCH/api/me
- GET/POST/api/pets · /api/addresses
- GET/POST/api/orders · /api/bookings
- GET/api/loyalty · /api/referral · POST /api/spin
Admin (consumed by the Admin Portal)
- GET/api/admin/overview · /api/admin/users
Storgo backend · Next.js Route Handlers · Drizzle ORM · PostgreSQL