Categorygithub.com/osulehria/go-rest-api
modulepackage
0.0.0-20240402202059-5e2b96fc5303
Repository: https://github.com/osulehria/go-rest-api.git
Documentation: pkg.go.dev

# README

Go REST API Playground

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.

Prerequisites

  • Go 1.16+
  • Docker

Start

docker compose up -d # starts redis
go run main.go

Test

go test -cover -v ./...

# Packages

No description provided by the author
No description provided by the author