Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 658 Bytes

usage-guide.md

File metadata and controls

34 lines (26 loc) · 658 Bytes

Usage Guide

Basic Usage

Running the Web Application

  1. Navigate to the Project Directory

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

   cd  biasharaid
  1. Initialized go.mod on the root of the project using the below command
go mod init github.com/kh3rld/biasharaid
  1. Navigate to web directory

    cd web
  2. Run the Application

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 through this url:

http://localhost:8080/status