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.
- CRUD Operations: Manage authors, categories, and quotes.
- Database Integration: Uses PostgreSQL for data storage.
- Error Handling: Includes robust error handling for database operations.
To set up the API locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/fduffoo/php-oop-rest-api.git cd php-oop-rest-api
PHP
PostgreSQL
PDO (PHP Data Objects)
Composer (Dependency Management)