commit: 8f2b1c
Merge pull request #42
>_ ./deploy.sh --prod
Build successful (12s)
{ status: 200 }
</>
127.0.0.1:5432
{
}
Dominik.

Fullstack case study

MealUp

Microservices fitness platform combining nutrition, workouts, and community with an API Gateway and domain-specific services.

Next.jsReactTailwind CSSFastAPI

Project Overview

Category

Fullstack

Stack

Next.jsReactTailwind CSSFastAPI

Problem

Users needed one product for meal planning, workout programming, and community engagement instead of fragmented apps with no shared profile context.

Outcome

Delivered a working 8-service architecture with unified auth and gateway routing, enabling independent domain iteration and full local deployment via Docker Compose.

Implementation Highlights

  • Implemented API Gateway routing across auth, user, recipe, workout, and forum services with shared authentication flow.
  • Integrated Auth0 and JWT-based session handling to secure service-to-service and frontend access.
  • Built foundations for AI assistants and RAG workflows in recipe and workout domains, with automatic recipe image generation pipeline.