Skip to content

Events (KeyEvents)

Development Only

3 stack files prepared but not deployed to Swarm.

Source: /opt/development/events/dev/ on apps-dev1

Multi-tenant event management platform.

Tech stack:

  • Backend: NestJS 10 + Prisma, PostgreSQL 15, Redis 7, MinIO (file storage)
  • Frontend: Next.js 14 + Radix UI, Recharts, Socket.io (real-time)

Architecture:

  • Multi-tenancy via row-level organizationId
  • 6 role types: SuperAdmin, Support, Organizer, Staff, Presenter, Attendee

Local Development

cd /opt/development/events/dev
docker-compose up -d    # API on :3005, Web on :3004, PG on :5433, Redis on :6380