Skip to content

Latest commit

 

History

History
99 lines (81 loc) · 4.09 KB

README.md

File metadata and controls

99 lines (81 loc) · 4.09 KB

SOEN 341

Generic badge

Generic badge

💡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
Jiayi Chen 40110997 github.com/JIAYI615
Aminata LO 40163325 github.com/programer653
Pavithra Sivagnanasuntharam 40117356 github.com/pavithrasiv
Asha Islam 40051511 github.com/asha97
Zayneb Mehdi 40109417 github.com/BrainOverfl0w

💫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.1.0