This project is a Group Assignment for the E-commerce course (IT4C01) during the academic year 2024-2025 at the Royal University of Law and Economics (RULE). Group Information
Group 4 Topic: eBay E-commerce Clone
Members
- Bunheng TRY
- Thea MORN
- Em HAI
- Panha OI
Follow the steps below to set up and run the project locally.
- Clone the Project
Clone the repository to your local machine using the following command: bash Copy
git clone https://github.com/Aishete/ebay-clone.git- Install Dependencies
Navigate to the project directory and install the required npm packages: bash Copy
cd ebay-clone/ebay-clone && npm install- Run the Development Server
Start the development server with the following command:
npm run devAbout the Project
This project is a clone of the eBay e-commerce platform, developed as part of the E-commerce course curriculum. It aims to replicate core functionalities of eBay, providing a hands-on learning experience in building e-commerce systems.