
http://localhost:3001http://localhost:3002/api/auth/register Register new user No POST /api/auth/login Login user No GET /health Health check No/api/todos Create todo Yes GET /api/todos Get all todos Yes GET /api/todos/:id Get single todo Yes PUT /api/todos/:id Update todo Yes DELETE /api/todos/:id Delete todo Yes GET /health Health check Noapi-docs/postman-collection.json for easy API testing.Posted Aug 12, 2025
Developed a microservices-based todo app with Node.js, React, and Docker.
0
2