/Echomart-Ecommerce-Backend

This repository contains the source code for a production-ready Node.js API built to support an eCommerce application. The API is designed to handle various aspects of eCommerce functionality, including product management, user authentication, order processing, and more.

Primary LanguageJavaScriptMIT LicenseMIT

EchoMart-Ecommerce-Backend

This is the backend for the EchoMart E-commerce website. It is built with Nodejs and Expressjs. It uses MongoDB as the database and Mongoose as the ODM. It uses JWT for authentication and authorization. It uses Stripe as the payment gateway.

Installation

  • Clone the repository
  • Run npm install to install the dependencies
  • Run npm start to start the server