This is the official public API gateway for all Dorsium frontend services and apps. It acts as a secure proxy layer between user-facing systems and the Dorsium Internal Service.

api-gateway clean-architecture dorsium fastify jwt microservice onion-architecture swagger typescript zod
1 Open Issue Need Help Last updated: Jul 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement user registration and retrieval endpoints for the Dorsium API gateway. This involves creating new route and service files (`src/routes/user.ts` and `src/services/userService.ts`), utilizing Zod for input validation, making calls to the internal Dorsium service via `callInternal`, writing unit tests, and updating the Swagger documentation.

Complexity: 4/5
help wanted

This is the official public API gateway for all Dorsium frontend services and apps. It acts as a secure proxy layer between user-facing systems and the Dorsium Internal Service.

TypeScript
#api-gateway#clean-architecture#dorsium#fastify#jwt#microservice#onion-architecture#swagger#typescript#zod