main
- 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
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%