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.
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.
- Browsing items
- Adding products to the cart
- Checking out
Name | Student ID | GitHub Username |
---|---|---|
Khalid Sadat | 40177334 | github.com/khalidsaadat |
Anum Siddiqui | 40129811 | github.com/AnumSidd |
Shabia Saeed | 40154081 | github.com/shabiasaeed |
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 thatApache Web Server
's status isRunning
for this project to run. - Open your browswer and enter
localhost
to open XAMPP's default homepage.- The content of
localhost
is presented insidehtdocs
folder underXAMPP
folder.
- The content of
- 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 intohtdocs
folder insideXAMPP
folder.
v.2.0