UberSalon Backend API (NestJS 11)
Domain
Stack
NestJS 11 / TypeORM / MySQL / Redis / JWT / Swagger / nestjs-i18n
Port
8080
i18n
Default: zh-TW, Secondary: en-US
API Response Format
json
{ "code": 200, "message": "ok", "result": {}, "timestamp": 0, "path": "" }Module Structure
src/ec/— EC (前台) API modulessrc/ims/— IMS (後台) API modulessrc/common/— Shared guards, filters, interceptorssrc/health/— Health check endpoints
Key Endpoints
GET /health/ec— EC health checkGET /health/ims— IMS health checkGET /api— Swagger UI