AhmedYahyaE / plain-php-mvc-oop-blog

A plain PHP/MySQL MVC OOP advanced blog application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plain PHP and MySQL MVC Pattern OOP Advanced CMS Blog Application/System

A plain PHP and MySQL advanced blog application which follows the MVC Design Pattern (Model-View-Controller Architecture i.e. Separation of Concerns), and is completely Object-oriented (OOP). This project script is written entirely in plain PHP and aims to demonstrate the implementation of a blog system without relying on any external libraries or frameworks.

Frontend technologies used: jQuery, JavaScript, AJAX and Bootstrap (Responsive Design/Mobile First Design).

Screenshots:

Blog post:

blog-post

Features:

1- MVC design pattern, Routing System, Service Container, Middlewares, Pagination Class, Entry Point/Script file (index.php) for the whole application, ...

2- User Registration, Authentication and Authorization.

3- Login System (Session Management).

4- Both Server-side and Client-side Validation.

5- Admin Panel for managing blog users, posts and comments.

6- User profile management.

7- Create, update, and delete blog posts.

8- Categories and tags for organizing blog posts. Also, commenting system for blog posts.

9- CRUD Operations.

10- User Roles and Permissions.

11- File Upload.

12- Using .htaccess Apache configuration file.

13- Regular Expression.

14- Responsive / Mobile first Design.

Application URLs:

1- Frontend: The public-facing website can be accessed at https://www.your-domain-example.com/blog. This is where regular customers/users/members can view/read blog posts, add posts, comment on them, and interact with the website, .... The frontend URL is typically accessible to all visitors of the website. Replace https://www.your-domain-example.com/ with the actual domain name or localhost address where you have deployed the application.

2- Admin Panel: The Admin Panel for managing the blog is available at https://www.your-domain-example.com/blog/admin/login or https://www.your-domain-example.com/blog/admin. This is a secure area accessible only to authorized administrators. It provides access to the administrative functionalities of the blog application. It is designed for authorized users with administrative privileges to manage the blog posts, comments, and user accounts. Only authenticated administrators can access the admin panel. The Admin Panel URL is protected and restricted to a specific set of users. Again, make sure to replace https://www.your-domain-example.com/ with the appropriate domain name or localhost address.

Application Routes:

All the application routes are defined in the Application Routes file.

Installation & Configuration:

1- Clone the project or download it.

2- Create a MySQL database named `blog` and import the database schema from blog database - PhpMyAdmin Export.sql SQL Dump file. Navigate to 'Database - blog/blog database - SQL Dump File - PhpMyAdmin Export.sql' SQL Dump file.

3- Navigate to the database connection configuration file in config.php file and configure/edit/update the file with your MySQL database credentials and other configuration settings.

4- Note: Apache Web Server must be used to serve this project in order for the application routing system and '.htaccess' file to work properly! Place the project inside your 'htdocs' folder.

5- In your browser, go to http://127.0.0.1/blog/ (Frontend) and http://127.0.0.1/blog/admin or http://127.0.0.1/blog/admin/login (Admin Panel). N.B. All the application routes are defined in the Application Routes file.

6- Here are the ready-to-use registered user account credentials you can readily use (for both Frontend and Admin Panel):

Email: ahmed.yahya@gmail.com, Password: 123456

Contribution:

Contributions to my plain PHP/MySQL MVC OOP Blog application are most welcome! If you find any issues or have suggestions for improvements or want to add new features, please open an issue or submit a pull request.

About

A plain PHP/MySQL MVC OOP advanced blog application


Languages

Language:HTML 50.8%Language:JavaScript 36.3%Language:CSS 8.8%Language:PHP 4.1%Language:SCSS 0.1%Language:Hack 0.0%