Skip to content

Web based Kanban application built in Scala

Notifications You must be signed in to change notification settings

wrwills/weKanban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weKanban: A web based Kanban application built using Scalaz

This is an example project from the book Scala in Action.

This project is build using Scalaz, Scala 2.8 and SBT.

How to Start?

  • Download all the dependencies using "sbt update"
  • Start the H2 database server using "sbt h2-start" action
  • Initialize the weKanban schema using "sbt run" action
  • Start the Jetty server using "sbt jetty" action
  • And launch the app by going to http://localhost:8080/kanban/board

In the current version of weKanban you can create new cards, move them between phases through drag and drop. In future I will add more features to this.

About

Web based Kanban application built in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.9%
  • Scala 15.1%