Simple Rest API for Blog Website with Post and Category Resources. using PDO for Database Connection.
Configuration files like Database
- create_categories.sql
- crate_posts.sql
- Post
- Category
Front End for Browser Http Clients.
This is an empty folder.Front End for application Http Clients
List of api linkapi/posts/all.phpapi/posts/create.phpapi/posts/single.phpapi/posts/update.phpapi/posts/delete.php
- Http Basic authentication and show simple message to find out authenticate or not using JSON Entity Body
- Http Basic authentication for Browser Client