
About the project.
Todo Microservice combines a clean Flutter app frontend with a backend built on three microservices: an email microservice and an auth microservice both using Node.js, and a todo CRUD microservice built with Spring Boot. This architecture offers modularity, scalability, and maintainability.
Tech Stack
/>Flutter is Google's UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.
JavaScript runtime for server-side applications, enabling scalable and event-driven architecture.
A powerful Java-based framework for building production-ready, stand-alone, and scalable backend applications quickly.
Architectural style for designing networked applications with standardized HTTP operations.
Features
Node.js service for handling email notifications.
Spring Boot service managing create, read, update, and delete operations for todos.
Node.js service handling user authentication.