Skip to content

Alkemic/gokanban

Repository files navigation

goKanban

Simple Kanban project build with Go and AngularJS.

Build

Checkout code, outside $GOPATH.

~ $ git clone /~https://github.com/Alkemic/gokanban.git
~ $ cd gokanban
~/gokanban $ go build .

And install frontend requirements.

~/gokanban $ cd frontend
~/gokanban/frontend $ npm i
~/gokanban/frontend $ ./node_modules/.bin/gulp build

Migrate database

  • Install golang migrate
  • Migrate using migrate -path ./migrations -database sqlite3://db.sqlite up

Auth

  • Only single user
  • Default email / password is admin / admin