From 896f04f3319097c6913663788674f231a3c59c11 Mon Sep 17 00:00:00 2001 From: Verzidee Date: Sun, 4 Feb 2024 21:42:55 +0100 Subject: [PATCH] Actualizacion del README.md, resuelve #3 --- .idea/.gitignore | 8 ++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .idea/wiq_es04c.iml | 9 +++++++++ README.md | 12 ++++++++++++ 6 files changed, 49 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/wiq_es04c.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..07115cd --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..7aee8ad --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/wiq_es04c.iml b/.idea/wiq_es04c.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/wiq_es04c.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 9fe8aac..49a3962 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,18 @@ Other options include using the container services that most cloud services prov We are going to use the first approach, creating a virtual machine in a cloud service and after installing docker and docker-compose, deploy our containers there using GitHub Actions and SSH. +## Participantes + +El proyecto `wiq_es04c` es el resultado del trabajo en equipo de los siguientes participantes: + +- **Zohaib Akhtar Kausar** ([@Verzidee](https://github.com/Verzidee)) +- **Sara Lamuño Garcia** ([@Etihw32](https://github.com/Etihw32)) +- **Yago Navajas González** ([@yagonavajas](https://github.com/yagonavajas)) +- **Santiago López Laso** ([@Santiago21112001](https://github.com/Santiago21112001)) +- **David Alvarez Diaz** ([@bidof](https://github.com/bidof)) + + + ### Machine requirements for deployment The machine for deployment can be created in services like Microsoft Azure or Amazon AWS. These are in general the settings that it must have: