https://github.com/freshmag/collaborativerealtimewhiteboard
Simple web application for drawing on collaborative real-time whiteboards
https://github.com/freshmag/collaborativerealtimewhiteboard
Last synced: 11 months ago
JSON representation
Simple web application for drawing on collaborative real-time whiteboards
- Host: GitHub
- URL: https://github.com/freshmag/collaborativerealtimewhiteboard
- Owner: FreshMag
- License: mit
- Created: 2023-12-04T19:49:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T21:32:44.000Z (over 2 years ago)
- Last Synced: 2025-04-14T17:14:34.573Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collaborative Whiteboard
The goal of this project is the creation of an online collaborative whiteboard, allowing multiple users to draw simultaneously and in real time on the same whiteboard, as well as all the profile, whiteboard and notification management part
## Getting Started
Distribuited System Project A.A. 2022-2023
### Dependencies
- NodeJS
- NPM
- Docker
- Vue-cli
## Get Started
Starts the entire environment:
```
make run
```
Stops the entire environment:
```
make stop
```
Use the following address to connect to the application:
_http://localhost:80_
## Authors
- Valerio Di Zio
- Francesco Magnani
- Thomas Capelli