https://github.com/prabhanshurawat/e-commerceamazon
This is a clone website of Amazon. This utilizes technologies like React, MERN Stack and HTML, Javascript to make a working clone of Amazon from Cart to Payment.
https://github.com/prabhanshurawat/e-commerceamazon
express mongodb nodejs server
Last synced: 3 months ago
JSON representation
This is a clone website of Amazon. This utilizes technologies like React, MERN Stack and HTML, Javascript to make a working clone of Amazon from Cart to Payment.
- Host: GitHub
- URL: https://github.com/prabhanshurawat/e-commerceamazon
- Owner: PrabhanshuRawat
- Created: 2023-08-12T05:46:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T19:29:26.000Z (over 1 year ago)
- Last Synced: 2025-02-12T05:45:30.547Z (over 1 year ago)
- Topics: express, mongodb, nodejs, server
- Language: JavaScript
- Homepage:
- Size: 2.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple E-Commerce Clone Server
A simple server mimicking basic functionalities of Amazon, built using Node.js, Express, and MongoDB.
## Features
- **User Authentication**: Sign up, login, and manage user accounts.
- **Product Management**:
- Add, update, and delete products.
- Retrieve product details.
- **Cart Functionality**:
- Add items to the cart.
- Update and remove items from the cart.
- **Order Management**: Place and manage orders.
- **Database**: MongoDB for storing user, product, and order data.
## Tech Stack
- **Backend**: Node.js, Express.js
- **Database**: MongoDB
## Setup Instructions
1. Clone the repository:
```bash
git clone
cd
2. Install Dependencies
```bash
npm install
2. Begin with the project
```bash
npm start