A playground to check out how to write REST APIs in Golang, with testing. Uses Redis as the data store and Chi as the HTTP router.
docker compose up -d # starts redis go run main.go
go test -cover -v ./...