We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4c773 commit f190a7eCopy full SHA for f190a7e
README.md
@@ -24,7 +24,8 @@ You might be interested in a simple [Synchronization between local IndexedDB and
24
25
- Run `npm run backend` to start the backend
26
- Open the PHP server at http://localhost:8000
27
- - API endpoint at http://localhost:8000/api.php [.../records/tasks](http://localhost:8000/api.php/records/tasks)
+ - API endpoint at http://localhost:8000/api.php
28
+ - example: http://localhost:8000/api.php/records/tasks
29
- Open phpMyAdmin at http://localhost:8080
30
- Login with username `root` and password `root`
31
- Use the PHP CRUD API in frontend with `/api.php`
0 commit comments