Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289792 authored Apr 28, 2024
1 parent 019be28 commit 6e17012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ This repo is a basic application composed of several components.
- **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.
- **History service**. A new Express service handling users' game history.
- **Ranking service**. Another new Express service managing user ranking based on their game statistics.
- **Question and User APIs**. Additional services providing APIs for managing questions and users, respectively.

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

Expand Down

0 comments on commit 6e17012

Please sign in to comment.