HTTP server built in Go, following this guide: https://theprogrammershangout.com/resources/projects/http-project-guide/intro.md
To run the server, execute the following command go run cmd/main.go
.
To understand the available configurations for the server, run go run cmd/main.go help
.
You can query the server using Postman or cURL.