Skip to main content

Generated APIs

EzBackend automatically generates API routes from schemas defined by the user

Default Routes

By default, EzBackend generates the following routes:

Route NameMethodURLAction
createOnePOST/Create a single entry in the database
getAllGET/Get all entries in the database
getOneGET/:idGet a single entry in the database
updateOnePATCH/:idUpdate a single entry in the database
deleteOneDELETE/:idDelete a single entry in the database

All the routes support nested functionality, and you can see more details here