Skip to content

BrainOverfl0w/SOEN341-team-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOEN341-team-project

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

🔎Description

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.

📝Core Features

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

👥Team Members

Name Student ID GitHub Username
Jiayi Chen 40110997 github.com/JIAYI615
Zayneb Mehdi 40109417 github.com/BrainOverfl0w

💫Technologies Used

Front-end:

HTML5

CSS3

JavaScript

Back-end:

PHP

MySQL

💻How to run this project?

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 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/JIAYI615/SOEN341-team-project.git
  • Open the cloned folder and open SOEN341-team-project folder and copy its contents into htdocs folder inside XAMPP folder.

Version

v.1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 67.6%
  • CSS 29.1%
  • Java 1.7%
  • Other 1.6%