Simple Kanban project build with Go and AngularJS.
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
- Install golang migrate
- Migrate using
migrate -path ./migrations -database sqlite3://db.sqlite up
- Only single user
- Default email / password is
admin
/admin