Open Issues Need Help
View All on GitHub Add user registration and fetch endpoints about 1 month ago
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