Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 815 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 815 Bytes

kcapp logo

Go

api

Backend API for kcapp-frontend

Install

  • 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 the API

Configuration

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

Database

Information about the database, and its configuration can be found in kcapp/database