Skip to content

leewalton2014/php-blog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Blog API (Native PHP)

This repository contains an API to serve blog posts.

Technologies Used

  • OOPHP
  • PDO
  • Prepared statements
  • MySQL

Tables

PK = Primary Key FK = Forign Key

categories

id (PK) name created_at

posts

id (PK) category_id (FK) title body author created_at

Config variables

Create env related variables from a xml file

Example (config.xml)

<config>
    <dbname>myblog</dbname>
    <username>root</username>
    <password>password123</password>
</config>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages