ms-macrod provides a service for storing, tracking and calculating meal information.
ms-macrod follows the tools.go pattern
so you can run tools imported there using go run
.
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
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
.