Skip to content

this is an attempt to create a paint canva that can be shared to socket

Notifications You must be signed in to change notification settings

abderrahmaneGasmi/PaintSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaintSocket

this is an attempt to create a paint canva that can be shared to socket between clients and see the changes in realtime

Screenshots

Example

💻 Running the project

to run this project Clone this repository :

git clone [https://github.com/abderrahmaneGasmi/PaintSocket]

Backend

cd paintsocketback

Install packages :

npm i

When installation is complete, run command :

npm start

Frontend

cd paintsocketfront

Install packages :

npm i

When installation is complete, run command :

npm run dev