A real-time collaboration project to draw with your friends.
(click on the thumbnail below)
- Run
docker-compose build
in the root directory of the project - Once build is successful, run
docker-compose up -d
- Now your frontend would be running on
localhost:5173
and backend onlocalhost:8000
- Enjoy drawing !
- cd into the api folder
cd api
- install dependencies
npm install
- then cd into the client
cd client
- install dependencies
npm install
In order to start drawing, execute these commands.
first start the server
cd api
npm run server
then start the client
cd client
npm run dev
- go to
http://localhost:5173/
- draw and have fun!
Crafted by Ajeet