-
Notifications
You must be signed in to change notification settings - Fork 0
Usage Guide
ouma ouma edited this page Jul 30, 2024
·
1 revision
Open a terminal and navigate to the directory containing the Go application.
-
Navigate to the Project Directory
cd web - Run the application To start the server, execute the following command:
go run main.goThe application will start and listen on port `8080'.
once the server is running, you can access it via a web browser or a tool like curl at:
- Server URL.`http://localhost:8080'