This is a Blogging web application which can be used by anybody to add modify blogs. Users can login, comment on the blogs, read blogs on specific categories and much more. This project was made as a part of summer training. There are 2 types of user: Admin & Subscriber. The subscriber has limited access to the backend settings.
Link to the website
Admin login credentials for testing purpose:
Username: admin
Password: admin123
Everything you need to implement the project on your system is mentioned below:
- XAMPP
- Any web browser (Chrome, Firefox etc.)
- Any IDE (Notepad - default, Sublime Text, VS Code etc.)
- Install the XAMPP software.
- Then, copy the project folder into the C:\xampp\htdocs location.
- Launch XAMPP, then click start button infront of Apache and MySQL options.
- Launch a web browser and type localhost/phpmyadmin in the browser window. The database will open.
- Create the database according to the project requirements. (You can see the tables required from the code itself)
- After creating database, type localhost/project-folder-name in the browser window to launch the application.
Now you're all set. You can login, view posts and do much more.
Course Instructor - Edwin Diaz (PHP for Beginners - Become a PHP Master - CMS Project)