-
Fullstack web application using PHP and MySQL
-
We all should be responsible for protecting our environment and recycling is one of the easiest ways that we can do at home to contribute to the reduction of pollution so we decided to build an online shop that you can sell or buy recyclable items like (bottles, paper, boxes, etc.β¦).
-
User can enter the site and offer some items to sell and another user can interact with him to buy this item.
-
The main concern of the shop is to provide a way for the consumers to get rid of their garbage with a nominal cost and help recycling companies to save the effort of separating the garbage.
This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.
- Clone the repository
$ git clone https://github.com/ZeyadTarekk/Dawrha-Shop.git
- Navigate to repository directory
$ cd Dawrha-Shop
- Install dependencies
1- You will need php installed
2- XAMPP or MAMP or WAMP installed
- Running on development mode
1- Copy the colned folder inside htdocs folder
2- Start Apache and MySQL Servers
3- Create database with name dawrhashop
4- Import the file in "Database File" folder
5- Put your user and password in "admin/connect.php"
6- Go to this URL in your browser http://localhost/Dawrha-Shop/
- PHP
- MySQL
- Bootstrap
DawrhaShop
βββ README.md
βββ LICENSE
βββ .gitignore
βββ index.php
βββ add_item.php
βββ cart.php
βββ editItem.php
βββ EditProfile.php
βββ init.php
βββ logout.php
βββ notification.php
βββ orders.php
βββ profileBuyer.php
βββ profileSeller.php
βββ reviewItem.php
βββ signin.php
βββ signup.php
|
βββ admin
β βββ favicon
| |
β βββ includes
| | βββ functions
| | | βββ controller.php
| | | βββ functions.php
| | βββ temps
| | | βββ footer.php
| | | βββ header.php
| | | βββ navbar.php
| | |
β βββ layout
| | βββ css
| | βββ js
| | βββ webfonts
| |
β βββ buyers.php
β βββ categories.php
β βββ connect.php
β βββ index.php
β βββ init.php
β βββ items.php
β βββ logout.php
β βββ sellers.php
β βββ stats.php
| |
βββ data
β βββ uploads
β | βββ items
βββ Database File
βββ favicon
βββ includes
| βββ functions
| | βββ controller.php
| | βββ functions.php
| βββ temps
| | βββ footer.php
| | βββ header.php
| | βββ navbar.php
βββ layout
| βββ images
| βββ css
| βββ js
| βββ webfonts
βββ Screenshots
Zeyad Tarek |
Abdelrahman Mohamed |
Beshoy Morad |
Ziad Sherif |
This software is licensed under MIT License, See License for more information Β©ZeyadTarekk.