https://github.com/bindu-1805/syncsketch-
A Real-time collaborative drawing app built using ReactJS, ExpressJS and NodeJS.
https://github.com/bindu-1805/syncsketch-
expressjs node-js reactjs websocket
Last synced: 3 months ago
JSON representation
A Real-time collaborative drawing app built using ReactJS, ExpressJS and NodeJS.
- Host: GitHub
- URL: https://github.com/bindu-1805/syncsketch-
- Owner: bindu-1805
- License: mit
- Created: 2024-08-20T09:59:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T08:24:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T01:51:15.746Z (over 1 year ago)
- Topics: expressjs, node-js, reactjs, websocket
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SyncSketch is developed for beginners who want to share their artistic ideas with fellow users in a simpler manner. This
app will allow users to draw on a shared canvas and instantaneously see updates from other users.
## Getting Started
1. Install yarn globally
```
npm i -g yarn
```
2. Clone the repository
```
git clone https://github.com/bindu-1805/SyncSketch-.git
```
3. Navigate to the backend folder and install dependencies
```
cd backend
yarn
```
4. Navigate to the frontend folder and install dependencies
```
cd frontend
yarn
```
5. Run the development servers
```
cd backend
yarn start
```
```
cd frontend
yarn start
```
6. The app will then run on `http://localhost:3000/ `