Recommend this page to a friend! |
Classes of Ahmad Mustapha | PHP Todo List | README.md | Download |
|
DownloadFake TodoA fake todo api-based application Live VersionVisit Fake Todo NoteI added some custom routes such as /todos/{id}/put and /todos/{id}/patch to help expose their respective functionality through POST method. <br/>This happen because jQuery & axios converts PATCH, PUT and DELETE requests to OPTIONS which will return error response. InstallationClone the repository I've added some decorator to decorate the json response syntax. Please note that this project requires PHP 8.1
Install composer packages
ConfigurationEdit .env file to provide database & other configurable information Database
Running
EndpointsPlease take a look at requests.http for sample |