init: initial push
This commit is contained in:
10
readme.md
Normal file
10
readme.md
Normal 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)
|
||||
Reference in New Issue
Block a user