Skip to content

szejkerek/KanbanBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban Board implementation in Java

Bartłomiej Gordon INF sem 5

⭐ Do not forget to give a star on GitHub!

The main topic of the project was to create a Java backend for Kanban Board that can be used in a web browser.

The program is connected to the local database at jdbc:derby:https://localhost:1527/lab user: app password: app

Example of the user interface:

example1

example2