Loading repository data…
Loading repository data…
lynnaouad / repository
This repository contains a CoffeeShop website and an administrator panel built with PHP. Feel free to clone this repo.
Welcome aboard fellow developer, this is where you will find projects which you are free to contribute to. You can contribute by submitting your own scripts, which you think would be amazing for other people to see.
Responsive website that sells coffee, juices, smoothies and milkshakes.
Main functions of the website:
Admin Side:
https://coffee-shop2022.000webhostapp.com/ https://coffee-shop2022.000webhostapp.com/admin_panel/
Plugins:
Download the project from github to your desktop:
With Git : If you’re familiar with git and have it installed on your computer, you can clone the repository to download the files.
1. Click the green button labeled Code
2. Copy the URL of the repository
3. Next, on your local machine, open your bash shell and change your current working directory to the location where you would like to clone your repository
cd "path-to-your-folder"
4. Once you have navigated to the directory where you want to put your repository, you can use
git clone https://github.com/lynnaouad/CoffeeShop-Website.git
5. When you run git clone https://github.com/lynnaouad/CoffeeShop-Website.git, You should see output like
Cloning into 'test-repo'...
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 5 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (5/5), done.
Checking connectivity... done.
Without Git : When downloading materials to your laptop, it is easiest to download the entire repository.
1. Click on the green Code button, then download the repository as a ZIP file
2. Find the downloaded .zip file on your computer, likely in your Downloads folder
3. Unzip it, this will create a folder named after the GitHub repository
Steps you must do to make the app work properly :
Note: Please Make sure that PHP/mysqli version is 7.4+, so that the project can run without any possible errors.
1. You must have XAMPP or WAMPP web server.
2. Create a new directory named 'project' in: C:\xampp\htdocs and export your CoffeShop project there.
3. In PhpMyAdmin:
coffeeshopcoffeeshop.sql file from Database folder.4. Database Connection: If you have a specific username or password update database connection: includes\db_connect.php
Welcome Page:
Offers Section:
About Section:
Menu Section:
Note We can add item into to wishlist.
Note We can change the currency.
Toppings Section:
Reviews Section:
Place Order:
Responsive:
Note the video is available in CoffeeShop-Website/Videos.
Distributed under the MIT License. See LICENSE for more information.
Copyright © 2022, Lynn Aouad
Email : lynn.aouad@outlook.com
Project Link : https://github.com/lynnaouad/CoffeeShop-Website
5. Open your project: http://localhost/CoffeShop