Categorygithub.com/AndrewColbeck/simple-go-service
repository
0.0.0-20220423173828-a15a7b789457
Repository: https://github.com/andrewcolbeck/simple-go-service.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Simple User Admin Service

no Auth, demonstration purposes only... Small Web Service running in Go. To start the service use command go run cmd/simple-service/main.go from the root project directory.

Open Postman or similar, and cURL to http://localhost:8000/ to perform the following CRUD operations:

POST: "/users"
GET: "/users/:id"
PUT: "/users/:id"
DELETE: "/users/:id"