Tarsier LabsTarsier Labs
🐵
Home
Categories
Tags
Bookmarks
About
Back to tags

API

0 articles

JoyMini API — Enterprise-Level NestJS Backend Architecture Practice

A unified backend platform built with NestJS + Prisma + PostgreSQL + Redis + BullMQ, supporting 200+ API endpoints across 4 frontend applications

00
Project Cases
API Client Layer: 30+ Typed Module Pattern

API Client Layer: 30+ Typed Module Pattern

The admin dashboard communicates with the NestJS backend through a typed API client layer defined in `api/index.ts` (1,145 lines), exporting 19 API modules. It utilizes a shared HTTP client and centralized type definitions to form a three-file API layer covering 30+ backend endpoints.

00
Management Backend