Skip to content

Latest commit

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

BlogAPI

Simple Rest API for Blog Website with Post and Category Resources. using PDO for Database Connection.

config

Configuration files like Database

Database Migration

  • create_categories.sql
  • crate_posts.sql
Relations : post.category_id = category.id

Models

  • Post
  • Category

Public

Front End for Browser Http Clients.

This is an empty folder.

api

Front End for application Http Clients

List of api link
  • api/posts/all.php
  • api/posts/create.php
  • api/posts/single.php
  • api/posts/update.php
  • api/posts/delete.php

Basic Authentication

  • Http Basic authentication and show simple message to find out authenticate or not using JSON Entity Body
  • Http Basic authentication for Browser Client

About

📝 Simple Rest API for Blog Website with Post and Category Resources. using PDO for Database Connection.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages