PHP Blogs is a project created to mimic the application medium.com, but it only adopts its basic features. The aim is to hone programming logic and PHP Native skills.
Getting started with the PHP Blogs is easy, and for simple configurations can be done in less than 5 minutes.
git clone https://github.com/Tyn-Tian/PHP-Blogs.git
use Database.sql to create database.
composer install
cd public
php -S localhost:8080
.\vendor\bin\phpunit .\tests\
- User Register
- User Login
- User Logout
- Session (Database)
- CRUD Blogs
- CRD Comments