Skip to content

Usage Guide

ouma ouma edited this page Jul 30, 2024 · 1 revision

Usage Guide

Basic Usage

Running the Application

Open a terminal and navigate to the directory containing the Go application.

  1. Navigate to the Project Directory
    cd web
  2. Run the application To start the server, execute the following command:
go run main.go

The application will start and listen on port `8080'.

Accessing the Server

once the server is running, you can access it via a web browser or a tool like curl at: - Server URL.`http://localhost:8080'