Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 629 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 629 Bytes

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