Clone the project to your htdocs or www folder
git clone https://github.com/MicroEvan/simple-crud-php.git
Start your server your browser and go to
localhost/simple-crud-php
Create database, go to
http://localhost/phpmyadmin/index.php
create database 'tutorial' or any name of your choice, make sure to update database name in conn.php Import the sql file 'users.sql'
You are set!
Happy Coding
#CYB3RKN1GHT