16 Commits

Author SHA1 Message Date
fde730d818 docs: update README.md to provide project overview and setup instructions 2026-02-22 00:52:45 +01:00
038910e9f0 Add service worker for push notifications, create calendar layout, and implement WLAN QR code page
- Implemented a service worker (sw.js) to handle push notifications with dynamic options and notification click events.
- Created a calendar layout in test.html with a grid system for displaying events across days and times.
- Developed a visually engaging WLAN QR code page (wlan.html) with animated backgrounds, particle effects, and tips for connecting to the network.
2026-02-22 00:50:22 +01:00
6b96cd2012 fix: correct port mapping and update volume path in docker-compose.yml 2026-02-22 00:46:01 +01:00
9e95d8eaed fix: remove command from docker-compose.yml to streamline service startup 2026-02-22 00:38:12 +01:00
ba101be745 fix: update Docker Compose version and correct command syntax 2026-02-22 00:34:46 +01:00
77702f79cc fix: update COPY command in Dockerfile to include package-lock.json 2026-02-22 00:19:44 +01:00
bb75209c80 fix: update volume path in docker-compose.yml to mount correctly 2026-02-22 00:17:57 +01:00
e80bbe126d modified: docker-compose.yml 2026-02-22 00:15:13 +01:00
5205d09de1 fix: update volume path in docker-compose.yml to use current directory 2026-02-22 00:13:46 +01:00
0db39ca130 feat: add command to start application in docker-compose.yml 2026-02-22 00:12:29 +01:00
f75296721a fix: update port mapping and volume path in docker-compose.yml 2026-02-22 00:10:14 +01:00
332705a51a feat: add docker-compose configuration for application setup 2026-02-21 23:53:02 +01:00
78dcbec742 feat: add Dockerfile for application containerization 2026-02-21 23:46:11 +01:00
ec33458521 feat: initial commit with Express server and Socket.IO integration
- Added package.json for project metadata and dependencies
- Created public/index.html for the front-end interface
- Implemented server.js to set up an Express server with Socket.IO for real-time communication
2026-02-21 23:38:02 +01:00
053e7cf09b Add initial README.md with project overview and setup instructions 2026-02-21 23:32:03 +01:00
80cf8b6c95 first commit 2026-02-21 23:22:34 +01:00