Skip to content

dawsonalex/ms-macrod

Repository files navigation

Macrod Server

ms-macrod provides a service for storing, tracking and calculating meal information.

Tooling

ms-macrod follows the tools.go pattern so you can run tools imported there using go run.

Building

ms-macrod uses make as the main build tool. For a list of targets run make help:

run                 Run the server using go run
build               build the server, default output to ${BIN_DIR}/${BIN_NAME}
rm-bin              remove the bin dir
help                Generate list of targets with descriptions

Versioning

With the service running, call the GET /version endpoint to get version and build data.

The current version is stored in build/version and should be updated as required when a release occurs.

Other build data is automatically added when calling make bulid.

About

A service for tracking macros in meals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published