An open API service indexing awesome lists of open source software.

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.

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