Categorygithub.com/studiously/unitsvc
modulepackage
0.1.5
Repository: https://github.com/studiously/unitsvc.git
Documentation: pkg.go.dev

# README

unitsvc

Build Status Coverage Status

Unit service for Studiously.

unitsvc is responsible for data and functionality pertaining to units and their relation to classes.

Quickstart

To start a unitsvc instance, you can quickly grab the CLI:

go get github.com/studiously/unitsvc

Then, to see what configuration options are necessary, run:

unitsvc host --help

There is also a minimal image available at https://hub.docker.com/r/studiously/unitsvc/.

Requirements

# Packages

No description provided by the author
Package codes documents the status codes used by unitsvc in error responses.
go:generate go-bindata -pkg ddl -o ddl_gen.go ./...
Package models contains the types for schema 'public'.
No description provided by the author