https://github.com/pedrofurtado/fullcycle-3.0-docker-desafios-nginx-com-nodejs
Full Cycle 3.0 > Docker > Desafios > Nginx com Node.js
https://github.com/pedrofurtado/fullcycle-3.0-docker-desafios-nginx-com-nodejs
Last synced: about 1 month ago
JSON representation
Full Cycle 3.0 > Docker > Desafios > Nginx com Node.js
- Host: GitHub
- URL: https://github.com/pedrofurtado/fullcycle-3.0-docker-desafios-nginx-com-nodejs
- Owner: pedrofurtado
- Created: 2024-01-17T22:46:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T14:28:16.000Z (over 1 year ago)
- Last Synced: 2025-01-25T23:55:19.273Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Cycle 3.0 > Docker > Desafios > Nginx com Node.js
## Instruções para executar no PC
```bash
# Entrar na pasta-raiz do repositório
cd fullcycle-3.0-docker-desafios-nginx-com-nodejs/# Executar o build do ambiente Docker
docker-compose up -d# Chamada de API para visualizar as pessoas cadastradas
curl http://localhost:8080
```