Very simple Todo API using Go Fiber.
docker compose -f docker-compose.dev.yml up -d
mv .env.example .env
Open .env
and make changes.
docker exec -t go-todo-api air
Serves on localhost:{GOTODO_API_HTTP_PORT}
For example GET Todos
docker build -t gotodoapi -f Dockerfile.prod .