init: initial push

This commit is contained in:
Gusram
2025-04-29 11:16:05 +08:00
commit 6607df6943
5 changed files with 101 additions and 0 deletions

10
readme.md Normal file
View File

@@ -0,0 +1,10 @@
# 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)