Project of my first public API in PHP for the blog. It allows CRUD operations. Returns data in JSON format.
For GET and GET SINGLE use buttons, for create, update and delete use Postman or similar software
File structure for CUD operations: api/post/XXX.php where XXX = create.php, update.php or delete.php