Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 959 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 959 Bytes

E-commerce

E-Commerce Backend

This is the backend for an e-commerce web application. It is built using Node.js, Express.js, and MongoDB. This backend provides APIs for managing products, users, orders, and other core functionalities required in an e-commerce platform.


Features

  • User Authentication (Registration, Login, Logout)
  • Product Management (Create, Read, Update, Delete)
  • Order Management (Create, Read, Update, Delete)
  • File Upload (Product images using Multer and Cloudinary)
  • Secure API with JWT Authentication
  • Flexible and scalable database design using MongoDB

Tech Stack

  • Runtime: Node.js
  • Framework: Express.js
  • Database: MongoDB (with Mongoose ORM)
  • Cloud Storage: Cloudinary (for image uploads)
  • Authentication: JWT (JSON Web Tokens)
  • File Uploads: Multer

Installation and Setup

1. Clone the Repository

And work On it