Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maysa87/fullcycle-docker
- Owner: Maysa87
- Created: 2024-07-05T20:01:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T17:01:33.000Z (4 months ago)
- Last Synced: 2024-07-17T22:58:57.956Z (4 months ago)
- Language: JavaScript
- Size: 1.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/fullcycleO retorno da aplicação Node.js para o nginx deverá ser:
```html
Full Cycle Rocks!
```- Lista de nomes cadastradas no banco de dados.
## 🚀 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
```