Read about this example source code in the blog post:
# Get the example repo
git clone https://github.com/RestDB/codehooks-io-examples.git
cd crud
# Create a new Codehooks project from this folder
coho init
# install npm packages
npm install yup codehooks-crudlify codehooks-js lodash --save
# deploy project to the serverless cloud
coho deployRead more in the docs: