Skip to content

Pinned Loading

  1. nestjs-microservices 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 full CI/CD via GitHub Actions.

    366 95

Repositories

Showing 7 of 7 repositories
  • 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 full CI/CD via GitHub Actions.

    BackendWorks/nestjs-microservices’s past year of commit activity
    366 MIT 95 0 0 Updated Feb 27, 2026
  • post-worker Public

    NestJS async worker for post events — handles search indexing and media processing jobs via Redis queue. Consumes events from post-service over gRPC (:50054).

    BackendWorks/post-worker’s past year of commit activity
    TypeScript 0 0 0 0 Updated Feb 27, 2026
  • auth-worker Public

    NestJS async worker for auth events — handles email dispatch and scheduled cleanup jobs via Redis queue. Consumes events from auth-service over gRPC (:50053).

    BackendWorks/auth-worker’s past year of commit activity
    TypeScript 0 0 0 0 Updated Feb 27, 2026
  • post-service Public

    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.

    BackendWorks/post-service’s past year of commit activity
    TypeScript 5 5 1 4 Updated Feb 27, 2026
  • auth-service Public

    NestJS authentication microservice — JWT login/signup, token refresh, user management, Passport guards, and gRPC ValidateToken endpoint consumed by other services. Backed by @backendworks/auth-db.

    BackendWorks/auth-service’s past year of commit activity
    TypeScript 37 MIT 8 2 6 Updated Feb 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. Published to GitHub Packages as @backendworks/auth-db

    BackendWorks/auth-db’s past year of commit activity
    TypeScript 0 0 0 0 Updated Feb 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. Published to GitHub Packages as @backendworks/post-db.

    BackendWorks/post-db’s past year of commit activity
    TypeScript 0 0 0 0 Updated Feb 27, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

TypeScript

Most used topics

Loading…