The objective of this project is to implement a simplified version of Amazon (online shopping website) that will provide customers with the 24/7 shopping service. This repository holds all the information of the online shopping website. The data stored includes the team member information, the source code of the website, sprints following the agile methodology, and any other important documents.
The globalisation process has led the online shopping malls develop more and more rapidly while the onsite stores has been negatively affected. To keep up with the times, more and more small e-commerce platforms are being developed to provide customers with convenient shopping services.
- Browsing items
- Adding products to the cart
- Checking out
Name | Student ID | GitHub Username |
---|---|---|
Jiayi Chen | 40110997 | github.com/JIAYI615 |
Zayneb Mehdi | 40109417 | github.com/BrainOverfl0w |
The following are the instructions of how to run this project:
- 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/JIAYI615/SOEN341-team-project.git
- Open the cloned folder and open
SOEN341-team-project
folder and copy its contents intohtdocs
folder insideXAMPP
folder.
v.1.0