/cma

Container Management API

Primary LanguageGo

CMA

Container Management API

MakeFile

Rename the .env.example file to .env and edit the values as desired.

Run all make commands with clean tests

make all build

Build the application

make build

Run the application

make run

Live reload the application

make watch

Run the test suite

make test

Clean up binary from the last build

make clean