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