Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289029 committed Apr 6, 2024
2 parents 822d3df + cbbcdba commit 5db387a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ 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.
- **Question service**. Express service that handles the questions of the game. It is divided into two modules: one generates the questions and updates the templates, and the other manages the questions from the database.
- **Record service**. Express service that handles the recrods of the game.
- **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.
Expand Down

0 comments on commit 5db387a

Please sign in to comment.