Skip to content

diogosilvasantana/go-hexagonal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexagonal Architecture - Go

Full Cycle 3.0

Practical project in Go Lang from the Hexagonal Architecture module of the Full Cycle course.

Run In Postman

How to Run?

1 - Docker must be installed on your computer:

Install Docker

2 - Clone the project:

git clone https://github.com/diogosilvasantana/go-hexagonal.git

3 - Run docker-compose:

docker-compose up -d --build

4 - Enter the container:

docker exec -it appproduct bash

5 - Execute main.go:

go run main.go http

6 - If you need to download dependencies:

go mod tidy

Arquitetura Hexagonal - Go

Full Cycle 3.0

Projeto prático em Go Lang do módulo de Arquitetura Hexagonal do curso Full Cycle.

Como Rodar?

1 - É necessário ter o Docker instalado em seu computador

Instalar o Docker

2 - Clonar o projeto:

git clone https://github.com/diogosilvasantana/go-hexagonal.git

3 - Executar docker-compose:

docker-compose up -d --build

4 - Acessar o container:

docker exec -it appproduct bash

5 - Executar o arquivo main.go:

go run main.go http

6 - Caso necessite baixar as dependências:

go mod tidy

Created by / Criado por:

Diogo da Silva Santana
Senior Software Engineer
Itau Unibanco

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published