RESTful Slim API
v1.0
RESTful API Made Using Slim 3 PHP Framework.
/api/posts => GET - Get All Blog Posts./api/post/{id} => GET - Get Single Blog Post./api/post/add => POST - Add New Post./api/post/update/{id} => PUT - Update Post./api/post/delete/{id} => DELETE - Delete Post./api/categories => GET - Get All Categories./api/category/{id} => GET - Get Single Category./api/category/add => POST - Add New Category./api/category/update/{id} => PUT - Update Category./api/category/delete/{id} => DELETE - Delete Category.Import slim_api.sql into database.
Database Tables


MIT License = Free Software!