This project is a collaborative whiteboard application that allows users to draw, write, and share ideas in real-time. It is designed to facilitate brainstorming sessions, online classes, and creative collaboration.
Before you begin, ensure you have the following installed:
git clone https://github.com/prokawsar/whiteboard.git
cd whiteboard
Navigate to both the frontend and backend directories and install the necessary packages.
npm i
cd server
npm i
cd ../
npm run dev