Backend API for kcapp-frontend
- Execute
go get github.com/kcapp/api - Run
go buildinside$GOPATH/src/github.com/kcapp/api - Now you have a built
executablewhich 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.yamlInformation about the database, and its configuration can be found in kcapp/database
