Pinned Loading
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 - 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 - 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 - 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 - 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 - 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 - 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
People
This organization has no public members. You must be a member to see who’s a part of this organization.
Top languages
Loading…
Most used topics
Loading…