Open
Description
As a proposal, it would be helpful to have the prerequisites (DB schema etc.) somewhere at the top as a comment. Now, by reading the code and try and error I can reproduce it but it can be improved:
Example
https://github.com/mevdschee/php-crud-api/blob/main/examples/clients/upload/vanilla.html
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
scriptPilot commentedon Oct 16, 2023
@mevdschee - if you think it is helpful, you can share this minimal JS Wrapper I have created for your incredible API :-)
https://github.com/scriptPilot/js-php-mysql-crud-api
mevdschee commentedon Oct 17, 2023
You can use any of the schemas provided in the tests/fixtures, see:
https://github.com/mevdschee/php-crud-api/tree/main/tests/fixtures
scriptPilot commentedon Oct 17, 2023
Cool - so it would be helpful to have a note in the script to these schema / tables which are required :-)