Skip to content

coderMohammed1/web-Qstore

Repository files navigation

Q-STORE

Q-STORE is a simple laravel based E-comerce system!

setup:

1- make sure u have php >=8.2 installed with composer!

2- setup a webserver (eg. apache)

3- setup mysql db (use the shop.sql file)

4- follow this vedio for cloning and further setup: https://www.youtube.com/watch?v=9qaiY3ycpwY (skip the db part here (except that u need to do migrate anyway))

5- run the shop.sql

6- conigure the .env.example as showne in the vedio above!

7- configure ur gmail as shown in this vedio: https://www.youtube.com/watch?v=zxFXnLEmnb4&t=87s

8- pleas read all the comments in the .env.example file.

9- if you face any issues enable the debug mode by editing .env

NOTE: if you are using windows, then I recommand you to use xampp (latest version) and mysql workbench with a sql server. In case of linux: u can handle it!