Commit Graph

7 Commits

Author SHA1 Message Date
4fed3d96f6 feat: implement user management features including user deletion and role-based access 2025-07-23 14:55:21 +02:00
584473ba41 changed ports and networking for new react frontend 2025-07-23 12:10:29 +02:00
c35838b034 added Login function.
Also added user table but insecure. (In the next time, going to secure the get all users.)

Also noted out the react frontend from the docker compose file - just for development purposes.

I have also created some utils to logout the user and to get all users.
2025-07-22 16:47:44 +02:00
7ab62b8d13 Add circle-user-solid.svg icon from Font Awesome 2025-07-21 20:42:11 +02:00
46fa608a47 feat: initialize React client with Vite setup
- Added package.json with dependencies for React, Vite, TypeScript, and ESLint.
- Included Vite logo SVG and React logo SVG in the public and assets directories respectively.
- Created main application component (App.tsx) with basic structure and state management.
- Added global styles in index.css and component-specific styles in App.css.
- Configured TypeScript with tsconfig files for app and node environments.
- Set up Vite configuration for development server with specified host and port.
2025-07-21 15:20:41 +02:00
c4c8db94a6 added more structure to project 2025-07-21 14:51:10 +02:00
22b358f543 added project structure 2025-07-21 13:41:42 +02:00