# greetings-api **Repository Path**: mouuii/greetings-api ## Basic Information - **Project Name**: greetings-api - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: d4gh_demo - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-25 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # greetings-api A simple greeting api ## Try it out! ``` > go run main.go ... listening on :8080 ``` ``` > curl -s http://localhost:8080 | jq { "greeting": "Hello" } ``` ## Runs on ECS Fargate! Check out the infrastructure defined under /terraform. It creates everything needed to run an api on ECS Fargate with a load balancer. ## CICD with Dagger Build the project's CI cli `go build -o cicli ./ci` ### Testing `cicli test` This task - `cicli push`