This is the repo for PHP development task
-To run this project you need a server such as WAMP,Laragon,XAMPP. -clone git repo from github.
- To config database $host = "localhost"; $user: "root" // according to your server $pass: "" // according to your server $dbname = "development_task"; //Database name created in phpmyadmin
-Database file is attached in the repo -SQL file name development_task.sql.