jan-vandenberg / cruddiy

No-code Bootstrap PHP CRUD generator
http://cruddiy.com
GNU Affero General Public License v3.0
253 stars 80 forks source link

Crud Api Generator #53

Closed goeko closed 2 years ago

goeko commented 2 years ago

It will be a good choice to create REST api endpoints for generated crud. Use http verbs like GET, POST, PUT and DELETE for crud operations.

Easily secure with an time limited JWT api key and/or http basic authentication.

jan-vandenberg commented 2 years ago

Yes, good idea! I'll gladly accept a pull request if you have one.