A (CMS) Content Management System or more commonly known as blog, created using Procedural PHP as a backend and HTML/CSS as the front-end. In this CMS, 'admins' will have the ability to post, edit and delete. Admins also have access to 'Dashboard' which includes an interface with necessary details.
- XAMPP
- Downlaod XAMPP from Apache Friends website
- git clone this repo into "HTDocs" folder located under the "XAMMP" folder on your C: drive. The file path is "C:\xampp\htdocs" for your Web server.
$ git clone https://github.com/ayseth/cms-blog.git
- Open up any Web browser on your desktop and enter "localhost/cms-blog" into the address box. This will open up the application in the browser.
- Main page Logged out/ User Logged in
- Full blog page
- Admin Dashboard
- For more screenshots, check the screenshots folder in the repository.