Skip to content

miledxz/echo-optimus

Repository files navigation

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

About

Simple echo server with Postgres DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages