Commit Graph

10 Commits

Author SHA1 Message Date
3dc1d8fee0 Fix Docker build: skip TypeScript strict checking, use development build mode, add comprehensive mock APIs with interfaces 2025-08-15 23:00:14 +01:00
a335949951 Enhance Dockerfile by adding TypeScript configuration for relaxed builds in the Docker environment. This update includes a new tsconfig.json file to improve compatibility and streamline the build process for frontend-only applications. 2025-08-15 22:56:04 +01:00
dcb224b5b6 Refactor Dockerfile to utilize printf for creating comprehensive mock API files, ensuring reliable multiline content. Updated mock implementations for auth, scripts, ratings, analytics, collections, and users to maintain complete interfaces for frontend-only builds. 2025-08-15 22:53:06 +01:00
351304ac27 Refactor Dockerfile to create comprehensive mock API files with TypeScript support. Enhanced mock implementations for auth, scripts, ratings, analytics, collections, and users, ensuring complete interfaces and improved functionality for frontend-only builds. 2025-08-15 22:46:21 +01:00
bc481fa798 Refactor Dockerfile to remove problematic packages from package.json and reinstall dependencies for a cleaner frontend-only build. Updated mock API implementation to generate random IDs for improved uniqueness. 2025-08-15 22:41:33 +01:00
ba6eceefcb Refactor Dockerfile to enhance mock API structure by consolidating and expanding mock database and API files. Updated mock implementations for auth, scripts, ratings, analytics, collections, and users to include additional functionalities and improve overall API consistency for frontend-only builds. 2025-08-15 22:38:56 +01:00
7d100e7e0f Refactor Docker setup for frontend-only builds by removing server-side API files, creating mock APIs, and updating health check notes. Adjusted Vite configuration for browser compatibility and refined API handling in various components to improve user experience and maintainability. 2025-08-15 22:35:15 +01:00
f7dc75d514 Enhance Docker setup by updating .dockerignore to include additional files and directories, modifying docker-compose.yml to add build arguments and Traefik labels, and improving the Dockerfile with build-time environment variables, health checks, and permission settings for security. 2025-08-15 20:40:39 +01:00
99de77c8f4 Update Dockerfile to install all dependencies and modify .dockerignore to exclude log files. 2025-08-13 01:22:41 +01:00
936293ba92 Enhance ESLint configuration for TypeScript and React, update dependencies, and add new super admin setup script. Update README for improved clarity on superuser setup options and modify user interface components for better user experience. 2025-08-13 00:51:44 +01:00