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

https://github.com/harshavardh8n/cartcom-backend

Cartcom Backend: The backend for an e-commerce website built using the MERN stack (MongoDB, Express.js, React, Node.js) with RESTful APIs. It handles server-side logic for managing products, user accounts, orders, and more, providing a robust foundation for a full-stack e-commerce application.
https://github.com/harshavardh8n/cartcom-backend

express-js firebase-auth mongodb nodejs reactjs

Last synced: 2 months ago
JSON representation

Cartcom Backend: The backend for an e-commerce website built using the MERN stack (MongoDB, Express.js, React, Node.js) with RESTful APIs. It handles server-side logic for managing products, user accounts, orders, and more, providing a robust foundation for a full-stack e-commerce application.

Awesome Lists containing this project

README

          

# Cartcom Backend

**Cartcom Backend** is the server-side component of an e-commerce website, developed using the MERN stack. This backend provides RESTful APIs for managing products, user accounts, and orders, and serves as the foundation for a complete e-commerce solution.

## Features

- **Product Management:**
- Create, update, and delete products.
- Fetch product details and lists.

- **User Management:**
- User registration and authentication.
- Manage user profiles and account settings.

- **Order Management:**
- Place and track orders.
- Manage order history and statuses.

- **RESTful APIs:**
- Provides endpoints for all core functionalities.

## Tech Stack

- **Frontend:** React.js (for the client-side; mentioned for context)
- **Backend:** Node.js, Express.js
- **Database:** MongoDB
- **APIs:** RESTful API design

## Setup

1. **Clone the Repository**

```bash
git clone https://github.com/your-username/cartcom-backend.git
cd cartcom-backend