Migrated to NodeJS/Vite/Express/Material UI 2 #1

Merged
slawek merged 15 commits from feature/migration-to-nodejs into main 2026-04-20 08:04:33 +02:00

15 Commits

Author SHA1 Message Date
3c4e10eda7 refactor: optimize Dockerfile by restructuring build steps and improving clarity 2026-04-20 07:54:46 +02:00
287dfc0b8b docs: add README.md with setup instructions and environment variables 2026-04-20 07:35:02 +02:00
5561f10958 Moved old root repository files. 2026-04-20 07:25:31 +02:00
85dd574991 chore: update package versions to 1.0.0 and add LICENSE file 2026-04-20 07:24:53 +02:00
4f97dc3362 refactor: update findAppRoot function and adjust Dockerfile paths for consistency 2026-04-20 07:21:56 +02:00
9100f71ab5 Moved the NodeJS version of the application to the app/ directory. 2026-04-20 07:17:30 +02:00
0d12f24dec Moved old files to a new directory. 2026-04-20 07:15:16 +02:00
055f51aa55 feat: implement Dockerfile, entrypoint, and health check for Node.js application 2026-04-20 07:01:28 +02:00
8087daa518 fix: update health check path to correct endpoint 2026-04-19 23:15:21 +02:00
5fd91a96e8 feat: add health check script and update Dockerfile for health check integration 2026-04-19 23:10:40 +02:00
28d0720ffa feat: add health check API and handle app configuration warnings
- Removed the old index.html file from the frontend build.
- Integrated a health check query in App component to verify app configuration.
- Display a warning alert if the app is not configured with AZURE_SUBSCRIPTION_ID.
- Updated API module to include health check endpoint.
2026-04-19 21:16:15 +02:00
599ac49a76 Refactor Dockerfile and entrypoint script for improved structure and consistency 2026-04-19 21:02:51 +02:00
4c7d38399b Refactor Dockerfile to streamline backend package installation 2026-04-19 20:58:17 +02:00
176fa5ead2 Fixes to NodeJS version. 2026-04-19 20:47:47 +02:00
aca4998da7 AI scaffolded NodeJS version of the App. 2026-04-19 18:54:31 +02:00