Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 959 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 959 Bytes

PHP OOP REST API

This project is a PHP Object-Oriented Programming (OOP) REST API designed to manage authors, categories, and quotes. It provides full CRUD operations and uses PostgreSQL for database management.

Table of Contents

Features

  • CRUD Operations: Manage authors, categories, and quotes.
  • Database Integration: Uses PostgreSQL for data storage.
  • Error Handling: Includes robust error handling for database operations.

Installation

To set up the API locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/fduffoo/php-oop-rest-api.git
    cd php-oop-rest-api
    

Technology Used

PHP
PostgreSQL
PDO (PHP Data Objects)
Composer (Dependency Management)