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.
- 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.