API backend for Aura Social written in Go.
API backend for Aura Social. See also aura-social frontend.
make setup
Installs dependency modules.
make format
Format all files using go fmt
.
make build
Build source files into an executable binary.
make test
Runs available tests.
make run
Starts the server application.