9 Commits

Author SHA1 Message Date
fd37e40253 feat: enhance user confirmation and data submission; add newEntry function and update MainForm to handle user selection 2026-01-20 18:50:16 +01:00
3c5ec1923f feat: add user confirmation functionality and dynamic table creation; enhance MainForm with user selection and next ID display 2026-01-19 13:51:33 +01:00
1208d731ca feat: update user retrieval and add new users table; enhance MainForm with user fetching and localization support 2026-01-19 12:38:50 +01:00
130167bfa2 added confirmation data 2026-01-14 17:32:41 +01:00
89f40ac854 fixed submitting form 2026-01-14 17:25:59 +01:00
28c3c119f1 feat: update getAll25 function to return consistent response format and modify frontend route to handle async data retrieval 2026-01-13 19:51:12 +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