https://github.com/unitvectory-labs/hellorest
A minimal Go API returning {"hello": "world"} on a GET / request deployed using a container
https://github.com/unitvectory-labs/hellorest
go hello-world rest-api
Last synced: 10 months ago
JSON representation
A minimal Go API returning {"hello": "world"} on a GET / request deployed using a container
- Host: GitHub
- URL: https://github.com/unitvectory-labs/hellorest
- Owner: UnitVectorY-Labs
- License: mit
- Created: 2024-10-10T22:12:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-15T00:50:12.000Z (10 months ago)
- Last Synced: 2025-08-15T02:29:35.545Z (10 months ago)
- Topics: go, hello-world, rest-api
- Language: Dockerfile
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/UnitVectorY-Labs/hellorest/releases/latest) [](https://opensource.org/licenses/MIT) [](https://guide.unitvectorylabs.com/bestpractices/status/#active)
# hellorest
A trivial Go API returning `{"hello": "world"}` on a `GET /` request. This project is designed as a simple Docker container to test API responses and configurations.
All other verbs and paths return a 404.
## Purpose
This Docker image provides a minimal REST API for testing. It can be used to validate deployment setups, networking, or any environment that needs a basic HTTP server with predictable behavior.
This is intended to be deployed as a place holder to test various API and microservice components.