-
Download and install XAMPP:
- Start the downloaded installer (.exe) and press Yes.
- Probably there will be pop-up a Question and Warning
- Select Components as you wish but keep MySQL selected, a database is needed:
- Select location where you want to install xampp:
- Select preferred language:
- After clicking on Next > the installation will start:
-
Goto the
htdocs
folder of your XAMPP installation directory and clone the repo to yout local machinefor example: C:\xampp\htdocs
- Click in on the adressbar and type
cmd
to open a new comand prompt
git clone https://github.com/sudhay23/ShopOnline-Web-App.git
- Click in on the adressbar and type
-
Start Apache Webser and hte MySQL database, for example over the XAMPP Control Panel
- Open the control panel
or execute C:\xampp\xampp-control.exe
- Start Apache and MySQL:
- When the Modul is highlighted green your good to go:
-
Import
shoponline.sql
to your database, for example over phpMyAdmin- Create a new database:
- On the Import Tab click slect file and select shoponline.sql afterwards click OK
-
Configure
.env
file- Update
.env.sample
to.env
file underShopOnline-Web-App/With PHP/backend/
- Update
-
Make sure you have the default :
root
user account- localhost
- No password
- all privileges granted
-
Now you can visit the site: