/whiteBoard

Primary LanguageTypeScript


whiteBoard

Screencast.from.2024-03-05.00-24-32.webm

Screenshot from 2024-03-05 00-30-38 Screenshot from 2024-03-05 00-29-43 Screenshot from 2024-03-05 00-29-35 Screenshot from 2024-03-05 00-30-10

About The Project

this is a collaborative whiteBoard webapp it can be used with friends and teams to work on a board in real time simultaneously

Getting Started

Instruction to get this running locally.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g
  • docker

Installation

  1. Clone the repo

    git clone https://github.com/shashwat6797/whiteBoard.git
  2. Install NPM packages

    cd konvaJs && npm install
    cd whiteboardBackend && npm install
  3. Run Container for KeyCloak run in root of porject

    docker compose up
  4. Run the command in /konvaJs and /whiteboardBackend directory

    npm run dev