Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maysa87/fullcycle-docker

Docker Full Cycle module
https://github.com/maysa87/fullcycle-docker

Last synced: about 15 hours ago
JSON representation

Docker Full Cycle module

Awesome Lists containing this project

README

        

## Desafio Full Cycle - Módulo Docker: Imagem GoLang e Nginx com Node

## Link DockerHub:
https://hub.docker.com/r/maysa87/fullcycle

O retorno da aplicação Node.js para o nginx deverá ser:

```html

Full Cycle Rocks!


```

- Lista de nomes cadastradas no banco de dados.

Screenshot 2024-07-17 at 13 59 35

## 🚀 Tecnologias

- **[Docker](https://www.docker.com/)**
- **[Node.js](https://nodejs.org/en/)**
- **[GoLand JetBrains IDE](https://www.jetbrains.com/go/)**
- **[MySQL](https://www.mysql.com/)**
- **[Nginx](https://www.nginx.com/)**
- **[Docker Hub](https://hub.docker.com/)**

## Para executar o projeto:
```bash
docker network create app-node-network
```

```bash
docker-compose up -d
```

Acesse a aplicação em seu browser:

```bash
http://localhost:8080
```