Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 275 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 275 Bytes

GoWebService

A simple web service in Go

A simple web service which manages an User object by supporting GET, POST, UPDATE, DELETE operations.

To start the service, run below command:

go run main.go

Then open browser and enter following url: http://localhost:3000/users