Skip to content

Fullstack web application using PHP and MySQL

License

Notifications You must be signed in to change notification settings

ZiadSheriif/Dawrha-Shop

 
 

Repository files navigation

GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license GitHub Language

📝 Table of Contents

📙 About

  • 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.

🏁 Getting Started

This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.

Installation

  1. Clone the repository
$ git clone https://github.com/ZeyadTarekk/Dawrha-Shop.git
  1. Navigate to repository directory
$ cd Dawrha-Shop
  1. Install dependencies
1- You will need php installed 
2- XAMPP or MAMP or WAMP installed

Running

  1. 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/

💻 Built Using

  • PHP
  • MySQL
  • Bootstrap

📷 Demo Screenshots


Resopnsive


📁 File Structure

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

Contributors

Zeyad Tarek
Zeyad Tarek
Abdelrahman Mohamed
Abdelrahman Mohamed
Beshoy Morad
Beshoy Morad
Ziad Sherif
Ziad Sherif

License

This software is licensed under MIT License, See License for more information ©ZeyadTarekk.

About

Fullstack web application using PHP and MySQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.4%
  • CSS 4.3%
  • JavaScript 1.3%