Collaborative Whiteboard is a platform facilitating real-time, shared visual collaboration, fostering teamwork and creativity across distances.
To run the backend, navigate to the backend directory and execute the following commands:
bash cd backend npm install node index.js
To run the frontend, navigate to the frontend directory and execute the following commands:
bash cd client npm install npm run dev