Closed AnujChhikara closed 23 hours ago
The design doesn't match the figma designs, I will setup CI/CD for frontend with automatic builds but for now could you match it more to the image?
you have the component at https://ui.shadcn.com/examples/authentication, just a few fields that need work.
I've made changes to the login and register pages, and I want to understand the workflow for both. Could you please create a wireframe or diagram to help me understand the flow?
Description
This PR introduces the following front-end components and structure for user authentication, along with a basic server health check route:
Login Page UI:
Register Page UI:
Health Check Route:
/health
route that provides a simple JSON response (e.g.,{ status: "ok" }
) to confirm that the server is up and running.shadcn UI Components:
Testing
/health
route responds correctly and confirms server availability.