Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementación de Microservicio para Generación de Preguntas #9

Merged
merged 2 commits into from
Feb 11, 2024

Conversation

Verzidee
Copy link
Contributor

🚀 Introduje "questionservice", un microservicio para generar preguntas. Inicia en "GenerateQuestion.js", donde se envía una solicitud al gateway (puerto 8000) y se redirige al "QuestionService" (puerto 8003) 🛤️. Este servicio procesa la solicitud y devuelve una pregunta y su respuesta en JSON al frontend, mostrándosela al usuario 🎉.

✨ Características clave:

  • 🛠️ Lanzamiento de "questionservice".
  • ⚙️ Configuración del gateway para redirección al puerto 8003.
  • 📝 Actualización en "GenerateQuestion.js" para mostrar resultados.

📌 Nota Importante: La lógica actual para la creación de preguntas en "questionservice" es básica y sirve como un ejemplo inicial para verificar la correcta comunicación entre los componentes de la aplicación web.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
55.6% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

idea Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint

Copy link
Contributor

@Santiago21112001 Santiago21112001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apruebo

@Santiago21112001 Santiago21112001 merged commit a655cef into master Feb 11, 2024
1 of 2 checks passed
@Verzidee Verzidee deleted the ServicioQuestion branch February 11, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants