Welcome to the fastest of all the wiq applications thanks to the precomputing of questions and the most user friendly thanks to our play as guest mode Also, this is a memory game, but if you have forgotten your password, we can help you too
To access the game simply follow the link http://wiqen1b.serveminecraft.net
The documentation of the system can be found https://arquisoft.github.io/wiq_en1b/
And the API documentation can be seen http://wiqen1b.serveminecraft.net:8000/api-doc/
This repo is an application made from several components.
Both the User service and Auth service share a Mongo database that is accessed with mongoose. The Question generator and Question service also share a MongoDB connection.
In order to deployed it locally you can check out the docker configuration below:
If you want to try it out by yourself, the fastest way for launching this project is using docker. Just clone the project:
git clone https://github.com/Arquisoft/wiq_en1b.git
and launch it with docker compose:
docker compose --profile dev up --build
The members of the great team that made this incredible application.