#CatalystServerless Hackathon 2022

#CatalystServerless Hackathon 2022


 

Hey there! If this is your first hackathon and you're unsure of how to get started, we've got you covered. We'll cover how to get started and build a self-serve portal for loan applications using Catalyst. This example is intended as a POC to help you think better about use cases with Catalyst.
 
 
Problem Statement:
A loan provider wants to build an application that allows customers to check if they are eligible for a personal. So for this purpose, they take the PANID, Employment Type, Salary and Contact Number as inputs validate them, check their eligibility to get loans and inform them about it on Whatsapp.
 
So, we validate each of the fields onblur. This includes a regex check for PANID, Salary, and Contact Number. So, once we have validated all the inputs using regex, we make a request to the Catalyst function.

As a first step, let's install the Catalyst CLI


 

The code for the Web client can be accessed from here

https://workdrive.zohoexternal.com/external/a3f769b61fcc5d0aa5f62dc85df7cf7d8c9cdf4fb2ba775ac84b406528907aad



      Catalyst Community