An open API service indexing awesome lists of open source software.

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

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
```