Open Issues Need Help
View All on GitHubAI Summary: The frontend attempts to create new users by sending a POST request to `/api/login/users`, but the backend `login-service` is missing this endpoint, resulting in 404 errors. The issue requests implementing this endpoint to accept user data, persist it to MySQL, and return appropriate HTTP responses (201 Created, 400 Bad Request for validation, 409 Conflict if the user exists).
MicroForge is a modular, cloud-ready platform for DevOps and microservices best practices. It features scalable deployments, automated CI/CD, health monitoring, and traffic simulation on Kubernetes and other orchestration platforms.Kubernetes or any container orchestration platform.
AI Summary: This issue proposes reorganizing the repository structure by moving existing services into a new `src/` directory and adding dedicated `infrastructure/` and `manifests/` directories. The goal is to improve maintainability, scalability, and align with DevOps/GitOps best practices by clearly separating application code from infrastructure and deployment configurations.
MicroForge is a modular, cloud-ready platform for DevOps and microservices best practices. It features scalable deployments, automated CI/CD, health monitoring, and traffic simulation on Kubernetes and other orchestration platforms.Kubernetes or any container orchestration platform.