DEV Community

Discussion on: Create a Web API backend in seconds - No coding required

Collapse
 
polterguy profile image
Thomas Hansen

Thx Mohsen for a great question, and the answer is yes you can. You can either automatically have Magic wrap your own custom SQL by using the CRUD Generator and its "SQL" tab, or manually create everything yourself as I demonstrate in the following followup article below.

The link above would also allow you to apply any custom business logic, such as authorisation requirements, validators, and other parts needed to create a working HTTP endpoint :)