Skip to content

khalidsaadat/soen341

Repository files navigation

SOEN 341

php-composer

💡Objective

The objective of this project is to implement a simplified version of Amazon (online shopping website) that will provide customers with the convenience of 24/7 shopping from anywhere. This repository is going to be used to gather all relevant information regarding our website. This includes the information about the teammates, any codes that were written for the website, sprints following the agile methodology, and any other important documents.

🔎Description

Advancements in technology and the growth of available marketplaces have made it easier than ever to buy and sell online. As businesses came online during the COVID-19 pandemic, the global trend toward digitization surged ahead at lightning speed. While there are many ways to sell to consumers over the internet, the main advantage of online selling is that you can sell to consumers anywhere, anytime.

📝Core Features

  • Browsing items
  • Adding products to the cart
  • Checking out

👥Team Members

Name Student ID GitHub Username
Khalid Sadat 40177334 github.com/khalidsaadat
Anum Siddiqui 40129811 github.com/AnumSidd
Shabia Saeed 40154081 github.com/shabiasaeed

💫Technologies Used

Front-end:

HTML5

CSS3

JavaScript

Back-end:

PHP

MySQL

💻How to run this project?

This project is built with PHP; hence, it needs an Apache system, such as XAMPP. Follow these steps to successfully run this project in your system:

  • Install XAMPP through the following link:
    • https://www.apachefriends.org/index.html
  • Run XAMPP, and click Manage Servers tab.
  • Click Start All button at the bottom.
  • Wait until all servers' status is Running. Make sure that Apache Web Server's status is Running for this project to run.
  • Open your browswer and enter localhost to open XAMPP's default homepage.
    • The content of localhost is presented inside htdocs folder under XAMPP folder.
  • Open your terminal and clone this project by entering the following line in your terminal:
    • git clone https://github.com/khalidsaadat/soen341.git
  • Open the cloned folder and open soen341 folder and copy its contents into htdocs folder inside XAMPP folder.

Version

v.2.0