Skip to content
Change the repository type filter

All

    Repositories list

    • nestjs-microservices

      Public template
      🚀 Production-ready NestJS microservices monorepo — auth, post, async workers, shared Prisma DB packages, Kong API gateway, gRPC inter-service communication, and…
      MIT License
      9637200Updated Feb 27, 2026Feb 27, 2026
    • NestJS async worker for post events — handles search indexing and media processing jobs via Redis queue. Consumes events from post-service over gRPC (:50054).
      TypeScript
      1100Updated Feb 27, 2026Feb 27, 2026
    • NestJS async worker for auth events — handles email dispatch and scheduled cleanup jobs via Redis queue. Consumes events from auth-service over gRPC (:50053).
      TypeScript
      1100Updated Feb 27, 2026Feb 27, 2026
    • NestJS post microservice — REST CRUD for posts with gRPC-based JWT auth (no Passport). Exposes a gRPC server for async workers. Backed by @backendworks/post-db.
      TypeScript
      5514Updated Feb 27, 2026Feb 27, 2026
    • NestJS authentication microservice — JWT login/signup, token refresh, user management, Passport guards, and gRPC ValidateToken endpoint consumed by other servic…
      TypeScript
      MIT License
      83926Updated Feb 27, 2026Feb 27, 2026
    • auth-db

      Public
      ORM-agnostic shared database package for the auth domain. Exposes IUserRepository backed by Prisma internally — swap the ORM without touching any service. Publi…
      TypeScript
      0000Updated Feb 27, 2026Feb 27, 2026
    • post-db

      Public
      ORM-agnostic shared database package for the post domain. Exposes IPostRepository backed by Prisma internally — swap the ORM without touching any service. Publi…
      TypeScript
      0000Updated Feb 27, 2026Feb 27, 2026
    ProTip! When viewing an organization's repositories, you can use the props. filter to filter by custom property.