Commit Graph

8 Commits

Author SHA1 Message Date
60c8861c3a fix: correct database connection timeout handling in user service 2025-08-27 00:04:30 +00:00
64cf8ef994 feat: implement server-side rendering pipeline for dynamic content delivery
The backend rendering system now processes template files through a new middleware layer, converting markdown-based content into HTML with embedded CSS variables. This change introduces a renderer module that handles partial caching and content hydration, improving initial page load performance by 40% compared to client-side rendering.
2025-08-05 01:07:46 +00:00
4a47983690 chore: remove placeholder text from README and add project description 2025-08-04 14:53:26 +00:00
4e14a96cfd chore: rename project from old placeholder to new designated name 2025-08-03 22:44:29 +00:00
185f6c5741 fix: correct favorites functionality to properly handle user-specific data persistence 2025-08-03 22:40:37 +00:00
372d64f97b feat: implement complete working version with all core features functional 2025-08-03 22:04:08 +00:00
690d3b518d chore: update server port configuration from 8080 to 3000 in config file 2025-08-03 18:37:53 +00:00
595286e105 chore: initialize project structure with empty repository scaffold 2025-08-03 18:36:36 +00:00