Skip to content

A kanban board implementation using Java Spring and Angular.js.

License

Notifications You must be signed in to change notification settings

the-s-a-m/kanbanboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kanbanboard

This project is an implementation of a kanbanboard-like project management software, similar to trello. The backend is implemented in Java using Spring Boot, Sring Security and Spring Data MongoDB. The single page frontend is implemeted using Angular.js and CSS3.

This is a copy of a project developed at the University of Applied Sciences of Northwestern Switzerland by Maurice Gschwind, Samuel Merki and Joël Wasmer for the lecture 'Workshop Distributed Software Systems'.

Prerequisits

Compile and Run

  1. Clone project
  2. cd kanbanboard/kanbanboard_frontend/
  3. npm install && bower install
  4. grunt runAll
  5. Open localhost:8080/ in a webbrowser.

Notice

This repositry's main purpose is to publish the source of this project and won't be used for further developement.

About

A kanban board implementation using Java Spring and Angular.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 72.4%
  • JavaScript 17.8%
  • HTML 7.9%
  • CSS 1.9%