Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ksckaan1 committed Sep 11, 2024
1 parent c08ca1b commit 4861a30
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
![Hexago](doc/hexago.png)

Hexago is a CLI tool for you to create a Go project by applying hexagonal architecture.

## TOC
- [TOC](#toc)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Before We Start](#before-we-start)
- [What is Hexago?](#what-is-hexago)
- [Why Hexago?](#why-hexago)
- [Example Folder Structure](#example-folder-structure)
- [Commands](#commands)
Expand Down Expand Up @@ -49,10 +50,6 @@ Here it is nice blog posts about hexagonal architecture:
- https://dev.to/bagashiz/building-restful-api-with-hexagonal-architecture-in-go-1mij
- https://medium.com/@janishar.ali/how-to-architecture-good-go-backend-rest-api-services-14cc4730c05b

## What is Hexago?

Hexago is a CLI tool for you to create a go project by applying hexagonal architecture.

## Why Hexago?

Hexago can be used to create hexagonal Go projects in an organised way. In this way, you can follow certain standards and have a more manageable application development phase. It imposes its own rules for certain situations and as a result of these impositions, your project gains regularity.
Expand Down

0 comments on commit 4861a30

Please sign in to comment.