Skip to content
Snippets Groups Projects
Commit 264d6a37 authored by gjahn's avatar gjahn
Browse files

Add readme

parent a42a3ae8
No related branches found
No related tags found
No related merge requests found
Webservice
==========
A Go-based simple web service meant to be the subject for any tutorial
or even the project work.
__Prerequisites:__
* Go toolchain (install via system package manager or [by hand](https://go.dev/doc/install))
__Main interactions:__
1. Install dependencies: `go get -t ./...`
2. Run locally: `go run .`
3. Execute unit tests: `go test -race -v ./...`
4. Build artifact: `go build -o ./artifact.bin ./*.go`
For more details, please refer to the `Makefile`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment