/developmenttask

This is the repo for PHP development task

Primary LanguageTSQL

developmenttask

This is the repo for PHP development task

Installation

-To run this project you need a server such as WAMP,Laragon,XAMPP. -clone git repo from github.

Database Configs

  • To config database $host = "localhost"; $user: "root" // according to your server $pass: "" // according to your server $dbname = "development_task"; //Database name created in phpmyadmin

Note

-Database file is attached in the repo -SQL file name development_task.sql.