Skip to content

A Kanban Board application built using React JS, Spring Boot and MySQL

Notifications You must be signed in to change notification settings

sainikhil1605/kanban-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIF

Prerequisites

  • Docker
  • Docker Compose

Installation

Setting up using docker:

# Clone the repository
https://github.com/sainikhil1605/kanban-board

# Change into the project directory
cd kanban-board

# Build and start the Docker containers
docker-compose up --build

Setting up without docker:

# Clone the repository
https://github.com/sainikhil1605/kanban-board

# Change into the project directory
cd kanban-board

# Setting and starting the client
cd client
npm install
npm start

# Setting and starting the server
cd server
mvn clean install
mvn spring-boot:run

About

A Kanban Board application built using React JS, Spring Boot and MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published