This is the GoExpert-API, an exercise from the FullCycle's GoExpert course. The project adheres to the Golang Standards Project Layout.
To run this API, follow these commands:
# Get into cmd/server
cd cmd/server
# Copy .env.example to .env
cp .env.example .env
# Run the server
go run main.go