Updated version
online shopping system is a [DBMS project] with both admin and user layouts.
1>Install XAMPP or WAMPP.
2>Open XAMPP Control panal and start [apache] and [mysql] .
3>Download project from github(https://github.com/PuneethReddyHC/online-shopping-with-advanced-admin-page.git).
4>extract files in C:\xampp\htdocs.
5> open link localhost/phpmyadmin
6>click on import
7>select file [online-shopping-with-advanced-admin-page/database/onlineshop.sql].
8>edit file in folder online-shopping-system-advanced/db.php.
9>open any browser and type http://localhost/online-shopping-with-advanced-admin-page.
10>first register and then login

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.