Simple architecture echo server
First thing is to make sure you do: go mod tidy
Define your environment .env
Second thing is running database with : docker compose up -d
Run server: go run main.go
available endpoints:
GET localhost:5008/health
POST localhost:5008/service/user
GET localhost:5008/service/users