ChiuChiu Agent 131caa8fd7 refactor: remove Docker, switch to H2 embedded DB, fix frontend bugs
- Remove Dockerfile, docker-compose.yml
- Replace MySQL with H2 embedded database (file: ./chiuchiu-data/db)
- Rewrite Flyway V1 migration for H2 syntax (ENUM→CHECK, TEXT→CLOB, etc.)
- Fix BCrypt admin seed hash for Spring Security compatibility
- Add H2 console access (/h2-console) in SecurityConfig
- Add POST /api/conversations/{id}/read endpoint (was missing)
- Fix navigateMobile() using undefined 'event' variable
- Fix mobile bottom nav links (settings→profile-edit, profile→profile-view)
- Add Maven wrapper for easy build without Docker
- Update .gitignore for chiuchiu-data/ and chiuchiu-uploads/
- Update Java version to 21
2026-08-04 10:15:25 +00:00
2026-07-22 16:28:05 +00:00
2026-07-28 09:12:48 +00:00
2026-07-23 04:06:18 +00:00
S
Description
Chíu Chíu - Real-time Chat Application (Spring Boot + WebSocket + MySQL)
860 KiB
Languages
HTML 53.8%
Java 40.9%
JavaScript 2.7%
CSS 2.6%