Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 511 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 511 Bytes

echo-optimus

Simple architecture echo server

Screenshot 2024-06-28 at 15 55 10

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