Project built as part of "Distributed and Network Programming" and "System and Network Administration" courses final project
Real-time collaborative pixel canvas editor, inspired by the famous Reddit Place (
also known as Pixel Battle).
The project allows users to draw on a shared canvas with real-time updates.
System supports 100+ concurrent users and 1000+ requests per second.
The deployed version can be found at https://iuplace.morisummer.dev/
- Clone the repository
git clone https://github.com/MoriSummerz/IU-Place/
cd IU-Place- Run the compose file
DB_PASSWORD=<YOUR_PASSWORD> APP_PORT=<YOUR_PORT> GF_USER=<GRAFANA_USER> GF_PASSWORD=<GRAFANA_PASSWORD> docker compose up --build- Open the browser and go to
localhost:<YOUR_PORT>
You should see the application running.

