This repo contains a simple web service example written in Go.
These instructions will help you to run and develop the project on your local machine.
The following software must be installed to run this project:
- Go
-
Clone the repo:
git clone https://github.com/abdullahtopall/go-web-service.git
-
Go to the project directory:
cd go-web-service
-
Install dependencies:
go mod tidy
-
Start the application:
go run main.go
-
Go to
http://localhost:3000
in your browser and view the app.