Commit Graph

6 Commits

Author SHA1 Message Date
theis.gaedigk ec97102459 edited/added website icon 2026-05-29 23:33:18 +02:00
theis.gaedigk d6e29a74af feat: integrate TanStack Router and update routing structure
- Added TanStack Router for improved routing management.
- Created route tree and individual routes for login, index, add-product, inventory, and view-product.
- Implemented authentication checks for the inventory route.
- Introduced a landing page component.
- Updated App component to utilize RouterProvider and ToastContainer for notifications.
- Refactored CSS to use Tailwind CSS, removing custom styles.
- Added API configuration for backend URL management.
- Implemented authentication utilities for user sign-in and sign-out.
- Integrated i18next for internationalization with English and German language support.
- Created localization files for English and German languages.
2026-05-26 14:59:16 +02:00
theis.gaedigk 4c0c441e92 Implement backend structure with Docker, database schema, and user authentication 2026-05-26 13:01:11 +02:00
theis.gaedigk ac9679ab27 added scheme and added packages to backend 2026-05-26 11:38:44 +02:00
theis.gaedigk ecaa160826 initial commit 2026-05-25 21:28:57 +02:00
theis.gaedigk da17a370c4 Initial commit 2026-05-25 21:17:12 +02:00