This is a sample application that demonstrates an e-commerce website using the MERN stack. The application loads products a MongoDB database and displays them. Users can select to display products in a single category. Users can click on any product to get more information including pricing. Users can select items and add them to their shopping cart. Users can checkout and fill out form for shipping.
Here are screenshots that show the e-commerce demo application in use.
To get started you can simply clone this e-commerce
repository and install the dependencies.
Clone the e-commerce
repository using git:
git clone https://github.com/oubawaleh/E-commerce-App
cd server cd client
Install dependencies with this command:
npm install
Run the application with this command:
npm start
- React.js
- Node.js
- Express.js
- MongoDB