https://github.com/pedrofurtado/fullcycle-3.0-integracao-continua-desafios-pipeline-ci-com-sonarcloud
Full Cycle 3.0 > Integração Contínua > Desafios > Pipeline de CI com SonarCloud
https://github.com/pedrofurtado/fullcycle-3.0-integracao-continua-desafios-pipeline-ci-com-sonarcloud
Last synced: about 1 month ago
JSON representation
Full Cycle 3.0 > Integração Contínua > Desafios > Pipeline de CI com SonarCloud
- Host: GitHub
- URL: https://github.com/pedrofurtado/fullcycle-3.0-integracao-continua-desafios-pipeline-ci-com-sonarcloud
- Owner: pedrofurtado
- Created: 2024-01-22T23:49:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T14:00:02.000Z (over 1 year ago)
- Last Synced: 2025-01-25T23:55:07.508Z (3 months ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Cycle 3.0 > Integração Contínua > Desafios > Pipeline de CI com SonarCloud
### Instruções
```bash
cd root-folder-of-repo/# Construir ambiente Docker
docker-compose up --build -d# Acessar rota inicial
curl http://localhost:3000# Executar testes
docker-compose exec app npm test
```