Backend API for kcapp-frontend
- Execute
go get github.com/kcapp/api
- Run
go build
inside$GOPATH/src/github.com/kcapp/api
- Now you have a built
executable
which can be run to start theAPI
Configuration is done through yaml
. All options can be set in config/config.yaml
or a custom config file by specifying it as a argument to
./api custom_config.yaml
Information about the database, and its configuration can be found in kcapp/database