Skip to content

Commit

Permalink
Merge pull request #118 from Arquisoft/106-corregir-y-actualizar-docu…
Browse files Browse the repository at this point in the history
…mentación

106 corregir y actualizar documentación
  • Loading branch information
CANCI0 authored Apr 17, 2024
2 parents f0363bf + a214758 commit ac4d80f
Show file tree
Hide file tree
Showing 33 changed files with 247 additions and 195 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ 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.
- **Question service**. Express service that handles question generation
- **Stats service**. Exoress service that handles game stats.
- **Question service**. Express service that handles question generation.
- **Stats service**. Express service that handles game stats and rankings.

Both the user and auth service share a Mongo database that is accessed with mongoose.
Stats service has its own database that is also accessed with mongoose.

## Quick start guide

Expand Down
1 change: 1 addition & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[0220/104149.273:ERROR:registration_protocol_win.cc(107)] CreateFile: El sistema no puede encontrar el archivo especificado. (0x2)
[0227/100625.318:ERROR:registration_protocol_win.cc(107)] CreateFile: El sistema no puede encontrar el archivo especificado. (0x2)
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
prometheus:
image: prom/prometheus
container_name: prometheus-${teamname:-defaultASW}
profiles: ["dev"]
profiles: ["dev","prod"]
networks:
- mynetwork
volumes:
Expand All @@ -119,7 +119,7 @@ services:
grafana:
image: grafana/grafana
container_name: grafana-${teamname:-defaultASW}
profiles: ["dev"]
profiles: ["dev", "prod"]
networks:
- mynetwork
volumes:
Expand Down
4 changes: 4 additions & 0 deletions docs/images/03-Business.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/images/03-Technical.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/images/05-Level1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ac4d80f

Please sign in to comment.