Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Blog post link

Read about this example source code in the blog post:

https://codehooks.io/blog/how-to-quickly-create-a-crud-rest-api-backend-using-codehooks-io-with-code-example

Install

# 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 deploy

Read more in the docs:

https://codehooks.io/docs

https://www.npmjs.com/package/codehooks-crudlify