Skip to content

Commit

Permalink
Questions microservice added to doc (#32 & #43)
Browse files Browse the repository at this point in the history
  • Loading branch information
algarfer committed Feb 25, 2024
1 parent 19c998e commit 5cb876f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/04_solution_strategy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ for different purpouses. For instance, we currently have the following microserv

* *_User service_*: Service used to add new users.
* *_Auth service_*: Service used for the authentication of users.
* *_Question Generation service_*. Service that generates random questions and gets the answers from WikiData.
* *_Gateway service_*: Service exposed to the public and used as a proxy to the two previous ones.
* *_Webapp service_*. Web application that uses the _gateway service_ to allow basic login and user features.

Expand Down

0 comments on commit 5cb876f

Please sign in to comment.