What lives here
- Vue apps for frontend (under
apps/client) - Node + Express microservices (under
apps/server) - A Fastify gateway that acts as entry point + proxy layer (under
apps/server/gateway) - Shared packages in
libs(including databases underlibs/databases)
How to use these docs
- Start at Intro for the big picture.
- Go to Nx for repo structure + generators.
- Use K8s for deploy flow + tooling.
- Check Architecture for gateway + service interactions.