feat(setup): init NestJS with PostgreSQL, RabbitMQ, & Mailer#1
Merged
Conversation
…s-rabbitmq Fix: Gateway now connected to cloud Redis & RabbitMQ
feat: user service
…istributed-notification-system into feat/template_service
…ation-system into feat/template_service
feat: template service
chore: fix redis + rabbitmq connection configs for cloud deployment
feat: template service
feat: user service
feat: user service
…eSQL, Redis, and RabbitMQ integration - Added Template Service microservice for managing notification templates - Implemented CRUD endpoints for templates (create, list, get) - Integrated PostgreSQL with SQLAlchemy + Alembic migrations - Connected Redis for caching and quick lookups - Integrated RabbitMQ for asynchronous message publishing - Added Swagger documentation for all endpoints - Implemented health check endpoint (/health) - Added detailed logging and error handling - Ensured consistent response format and snake_case naming - Prepared Dockerfile and environment variables for deployment
…aith/distributed-notification-system into chore/project-initial-setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bootstrap the Email Service project with essential modules for initial setup:
@nestjs/microservices→ RabbitMQ transport@nestjs/typeorm→ PostgreSQL connection@nestjs/config→ environment management@nestjs-modules/mailer→ SMTP email sendingType of Change
How Has This Been Tested?
Test Evidence
Screenshots (if applicable)
Checklist
Additional Notes