Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.16 KB

Scrum Board

Scrum board is a web application consisting of two parts:

You can login with Facebook, Twitter and Google+.

You can create different scrum boards, and each board can have multiple sprints. Each sprint can have many tasks, and they can be in different state (Todo, In Progress, Testing, Blocked or Done). You can assign difficulty to tasks, priority and comment on them.

Tech

The backend uses a number of open source projects to work properly:

Screenshots

Board Single task description

Running

Put your api keys in social.properties, and configure your database in application.yml.

Import the project in IntelliJ, or compile using maven and run the app. You will need the frontend.