I do not know how to code, I'd like to get help from someone with setting this up together with me, step by step. I am using:
-Framer for the frontend, which is basically using ReactJs overrides which can be easily applied to visual components and so on.
-Supabase (for the DB itself)
1. First we’ll need to prepare the server which is going to handle the validation request from the client (my app). This means setting it up, writing the required code and connecting it to the DB.
2. Setting up Supabase (I already have it connected with Framer and there’s already a working table) but we may need to do additional work (your call).
3. Setting up the front-end through React overrides will be needed as well. This validation request needs to be happening when the log-in component [button] is tapped by an user
4. Making sure the validation happens on both client & server side
5. Testing for errors