Skip to content

Commit

Permalink
Update README with links
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloGOP committed Apr 29, 2024
1 parent 2a2aaa8 commit 1e0335e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Wikidata Infinite Quest
🌐 [wikiquest.sytes.net](http://wikiquest.sytes.net/)
⚠️ If you entered the site time ago it requires log out and log in one time to remove errors.

## 🌟 Useful Links

- APIs Exposed:
- [questions](https://app.swaggerhub.com/apis-docs/UO288347_1/questions-api/1.0.0)
- [users](https://app.swaggerhub.com/apis-docs/UO289689_1/users-api/1.0.0)
- [Documentation](https://arquisoft.github.io/wiq_es04a/)
- Boards:
- [Development](https://github.com/orgs/Arquisoft/projects/81/views/1)
- [Documentation](https://github.com/orgs/Arquisoft/projects/82/views/1)
- [Android App Download](https://mega.nz/file/vNVkhQwT#l3K-nttaNWJ1tjdUVXJlCClmYm9rmpgBS_ULNewASL4)
- [Monitorization](http://20.19.89.97:9091/d/1DYaynomMk/wiq-es04-dashboard?orgId=1)


## πŸ‘¨β€πŸ’» Contributors:

| Contributor | Contact |
Expand Down Expand Up @@ -30,7 +44,7 @@ This repo is an application composed of several components.

The Users service uses a MariaDB DBMS accesed with sequelizer and questions service uses MongoDB accesed with mongoose.

## Quick start guide
## πŸš€ Quick start guide

### Using docker

Expand Down Expand Up @@ -60,7 +74,7 @@ Lastly, go to the webapp directory and launch this component with `npm install`

After all the components are launched, the app should be available in localhost in port 3000.

## Deployment
## πŸ› οΈ Deployment

For the deployment, we have several options.

Expand Down
4 changes: 0 additions & 4 deletions docs/src/09_architecture_decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,3 @@ The architectural decisions are completely documented in our https://github.com/
- https://github.com/Arquisoft/wiq_es04a/wiki/ADR-05-‐-Question-generation-in-Node.js[ADR 05] - Question generation in Node.js
- https://github.com/Arquisoft/wiq_es04a/wiki/ADR-06-‐-MongoDB-for-questions-database[ADR 06] - MongoDB for questions database
- https://github.com/Arquisoft/wiq_es04a/wiki/ADR-09-‐-Multiplayer-technology[ADR 09] - Multiplayer technology

_TBC when more architecture decisions are taken_


0 comments on commit 1e0335e

Please sign in to comment.