/go-server

Primary LanguageGoGNU General Public License v3.0GPL-3.0

go-server

A simple http server in Go

This code was developed by using Learn Go with Tests book as reference.

Run

Build the app: go build -o games

And run: ./games

API test

via cURL: curl -X POST http://localhost:5000/games/SuperMarioWorld

Run tests

go test