Files
golang-fiber-hello-world/readme.md
2025-04-29 11:16:05 +08:00

11 lines
354 B
Markdown

# Golang Fiber Hello World
A simple Hello World web application built with [Fiber](https://gofiber.io/) web framework.
## Environment Variables
The application requires the following environment variables:
- `PORT`: The port number on which the server will listen (e.g., 3000)
- `SERVER_NAME`: The name of the server instance (e.g., my-fiber-server)