This repo contains code of a Simple web server built using GO
To test and run this server on your local system follow the steps below:
Step 1: Clone this repo onto your local system
Step 2: Navigate to the directory where you have cloned this repo through Terminal/Powershell
Step 3: Execute "go run main.go" command and then you'll come across a response like "Starting sever at port 8080"
Step 4: If you have successfully followed step 1 to 3, you're all set now open your browser and in the address bar paste these consecutively "http://localhost:8080/" then "http://localhost:8080/hello" and lastly "http://localhost:8080/form.html"
Step 5: Congrats you've successfully built a simple web server using Go!!!