Commit Graph

5 Commits

Author SHA1 Message Date
28c9095069 edited docker config 2026-01-20 19:22:09 +01:00
da39d2e07a feat: add WireGuard service and configure internal network; update docker-compose.yml for enhanced networking 2026-01-20 19:15:55 +01:00
110a5b17c2 feat: integrate Tailwind CSS and enhance MainForm component
- Added Tailwind CSS and related packages to the project.
- Refactored App.css and index.css to use Tailwind for styling.
- Enhanced MainForm component with improved form handling, validation, and layout using Material-UI and Tailwind CSS.
- Implemented dynamic error handling and submission feedback.
- Created a new Tailwind configuration file.
2026-01-13 19:46:34 +01:00
ba1a221ef3 feat: implement MainForm component and set up routing; add user table schema and trigger in SQL 2026-01-13 19:01:06 +01:00
8a915ea5f5 feat: initialize backend and frontend structure with Docker support
- Added backend package.json with dependencies for Express, MySQL, and EJS.
- Created server.js for backend server setup with basic routing and error handling.
- Added EJS view for the index page.
- Set up Docker Compose configuration for frontend, backend, and MySQL database services.
- Created Dockerfile for frontend build process using Node and Nginx.
- Configured Nginx for serving frontend application.
- Implemented i18n setup for internationalization with English and German language support.
- Added localization files for English and German languages.
2026-01-13 18:16:10 +01:00