- Docker
- Docker Compose
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