Microservices-based Task Management System (Ongoing)
Personal Project
Node.js (Express) | JavaScript | PostgreSQL | RabbitMQ
Currently developing a microservices-based task management system consisting of user, todo, and email services to simulate a distributed backend architecture.
- Designed and implemented multiple backend services (user, todo, email) using Node.js and PostgreSQL.
- Built asynchronous inter-service communication using event-driven architecture to decouple services.
- Focused on backend system design principles such as scalability, service isolation, and data flow between services.
Open GitHub Repo to see detailed information