Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusBernalBermudez committed Feb 19, 2025
1 parent 91f6926 commit 3c0763b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,30 @@
![GitHub closed issues](https://img.shields.io/github/issues-closed/miw-upm/iwvg-devops?color=informational)

### Estado del código
[![DevOps](https://github.com/miw-upm/iwvg-devops/actions/workflows/ci.yml/badge.svg)](https://github.com/miw-upm/iwvg-devops/actions/workflows/ci.yml)
[![DevOps](https://github.com/miw-upm/iwvg-devops/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/miw-upm/iwvg-devops/actions/workflows/continuous-integration.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=es.upm.miw%3Aiwvg-devops&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=es.upm.miw%3Aiwvg-devops)
[![Render broken](https://iwvg-devops-latest.onrender.com/version-badge)](https://iwvg-devops-latest.onrender.com/swagger-ui.html)


### Tecnologías necesarias
`Java` `Maven` `GitHub` `GitHub Actions` `Sonarcloud` `Slack` `Spring-boot` `GitHub Packages` `Docker` `OpenAPI`
`Java` `Maven` `GitHub` `GitHub Actions` `Sonarcloud` `Slack` `Spring-Boot` `GitHub Packages` `Docker` `OpenAPI`

### :gear: Instalación del proyecto
1. Clonar el repositorio en tu equipo, **mediante consola**:
```sh
> cd <folder path>
> git clone https://github.com/miw-upm/iwvg-devops
```
2. Importar el proyecto mediante **IntelliJ IDEA**
1. **Import Project**, y seleccionar la carpeta del proyecto.
1. Marcar **Create Project from external model**, elegir **Maven**.
1. **Next****Finish**.
2. Importar el proyecto mediante **IntelliJ IDEA**
* **Open**, y seleccionar la carpeta del proyecto.

### :gear: Ejecución en local
* Ejecutar en el proyecto la siguiente secuencia de comandos de Docker ( :warning: **incluir el punto final** ):
```sh
> docker build -t devops .
> docker run -d --name devops-app -p 8080:8080 devops
```
* Cliente Web: `http://localhost:8080`

### :book: Diapositivas
* [Diapositivas de DevOps](docs/miw-iwvg-devops-slides.pdf)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ volumes:
# delete from <table>;

# CONSOLA & COMANDOS mongo
#>x docker exec -it mongo-server mongosh "mongodb://mongo:mongo@localhost:27017/devops?authSource=admin"
#> docker exec -it mongo-server mongosh "mongodb://mongo:mongo@localhost:27017/devops?authSource=admin"
# help
# db.version()
# db.stats()
Expand Down

0 comments on commit 3c0763b

Please sign in to comment.