# README
Hexagonal Architecture Api
This is an application written in golang to put in practice the knowloedges acquired from FullCycle course
📋 Prerequirements
- [Golang-version-1.21.2] (https://go.dev/doc/install)
- [Code-editor] (https://code.visualstudio.com/download)
🔧 How to run the project?
After installed the tools on Prerequirements section and cloned the project to your local machine.
- First of all, in your terminal, certify you are in cmd directory and run the following command on your terminal:
go run main.go
⚙️ Tests
In order to run tests locally, if you are using VSCode, type on your terminal
go test -v