Shop Management System is the electronic way of storing the records and managing the records.
Firstly Navigate to db.php File and Replace
$servername = "localhost";<----//change this to your server name
$username = "root"; <----//change this to your server username
$password = ""; <----//change this to your server password
$dbname = "shop"; <----//change this to your server database name
If you are using xammp or other localhost then no need to change , you can simply create a data base named OVS
Create Database Named shop
IMPORT the shop.sql in PHPMYADMIN ('Google how to import sql in phpmyadmin')