Introduce initial model classes for User and Product entities, including field definitions for id, name, email, and timestamps. This establishes the core data layer for user authentication and product catalog management.
This commit introduces a new Jupyter notebook file designed for collaborative work with Ollama models, enabling interactive experimentation and integration within the project environment.
This commit introduces a new statistics module that collects and displays user engagement metrics, including page views, session duration, and interaction counts. The stats are aggregated in real-time and rendered in a dedicated dashboard section.