Connect Frontend and Backend for Authentication
Title: Connect Frontend and Backend for Authentication
Description:
This merge request establishes the connection between the frontend and backend for user authentication. It includes:
- Connection of the login form to the backend API
- Connection of the create account form to the backend API
Testing Steps:
- Navigate to the login page and attempt to sign in.
- Navigate to the registration page and create a new account.
- Verify that API requests are properly sent.
Next Steps:
- Proper handling of authentication responses (success & error cases).
- UI feedback for failed or successful authentication.
- Full authentication flow once the database is created.
Let me know if you need any further refinements!