Skip to content

UberSalon Backend API (NestJS 11)

Domain

https://uber-salon-api.com

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 modules
  • src/ims/ — IMS (後台) API modules
  • src/common/ — Shared guards, filters, interceptors
  • src/health/ — Health check endpoints

Key Endpoints

  • GET /health/ec — EC health check
  • GET /health/ims — IMS health check
  • GET /api — Swagger UI

UberSalon 美業預約平台