Backend for Kanban

How to start

  • create config.yml with DB access config
db:
  path: db.sqlite
  resetonstart: true
server:
  url: "http://localhost:3000"
  port: ":3000"
  cors: true
binarydata: ./uploads
  • start the backend
go build
./kanban-go