phr3nzy / rescounts-api

An assessment project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rescounts API

ci

Requirements

  • Go v1.17
  • Optional: Docker

Development

$ go mod download
# install required modules

$ go build main.go
# build binary

$ go run main.go
# run main file

$ go test ./... -v
# run all file tests

$ go test -bench=. -benchmem -run=none ./... -v
# run all file benchmarks

Environment Variables

See config.

About

An assessment project.


Languages

Language:Go 97.9%Language:Dockerfile 2.1%