Overview#
Grocademy is a full-stack course marketplace and learning platform built as a monolith with clear module boundaries. It supports account management, course lifecycle flows, and production deployment setup in one repository. Based on the README, the public deployment is no longer active.
Highlights#
- Course publish and enrollment workflows
- Auth and role-based access for different actors
- Redis caching and polling-oriented update strategy
- API documentation and developer-focused backend structure
- Dockerized runtime and reverse-proxy-ready deployment
Tech Stack#
- NestJS + TypeScript
- Prisma + PostgreSQL
- Redis
- Docker + Caddy
@l0stplains