Skip to content

Arquisoft/wiq_en2b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00c0c09 · Feb 19, 2024

History

75 Commits
Jan 26, 2024
Feb 19, 2024
Jan 26, 2024
Jan 26, 2024
Jan 26, 2024
Jan 26, 2024
Feb 18, 2024
Feb 18, 2024
Feb 18, 2024
Jan 26, 2024
Jan 26, 2024

Repository files navigation

🧠🤔 wiq_en2b ❓📚

WIQ is a quiz game project inspired by the engaging and thought-provoking show "Saber y Ganar." We aim to create a platform that not only challenges your knowledge but also sparks curiosity and the thrill of discovery.

What Sets WIQ Apart

🤔 Thoughtful Questions: Dive into a world of intriguing and diverse questions, all generated procedurally using WikiData.
🌐 Encourage to improve: WIQ lets you keep track of your score to see in which areas you need to improve.

Features

🏆 Adaptable difficulty: You can adjust the difficulty to push your limits.
🌐 Multiplayer: Compete with friends and strangers to prove you are the best.

Contributors

Nombre UO
Gonzalo Alonso Fernández UO282104
Darío Gutiérrez Mori UO282435
Sergio Rodríguez García UO282598
Jorge Joaquín Gancedo Fernández UO282161
Sergio Quintana Fernández UO288090
Diego Villanueva Berros UO283615
Gonzalo Suárez Losada UO283928

Deploy on release Quality Gate Status Coverage

This is a base repo for the Software Architecture course in 2023/2024 edition.

This repo is a basic application composed of several components.

  • Gateway service. Express service that is exposed to the public and serves as a proxy to the two previous ones.
  • User service. Express service that handles the insertion of new users in the system.
  • Auth service. Express service that handles the authentication of users.
  • Webapp. React web application that uses the gateway service to allow basic login and new user features.

Both the user and auth service share a Mongo database that is accessed with mongoose.