This project is intended for second-year Bachelor students. It serves as an introduction to Object-Oriented Programming (OOP) using PHP.
The project involves a simple blog where users can read articles. Each article is represented by a card that contains the title, author, image, and content of the article. Users also have the option to edit or delete articles.
- Clone this repository to your local machine.
- Install dependencies using Composer. If you don't have Composer installed, you can download it from https://getcomposer.org/. Once you have Composer installed, navigate to the project directory in your terminal and run
composer install. - Configure your web server to point to the project folder.
- Import the database.sql file into your database management system.
- Rename .env.example to .env then modify the database connection in .env with your database information.
Navigate to your web server's URL. You should see the blog's homepage with all articles displayed.
Contributions are welcome. Please open an issue or a pull request for any contribution.
This project is licensed under the MIT License. See the LICENSE file for more details.
