/Ecommerce-api

Ecommerce-api

Primary LanguageJavaScript

Logo React

Ecommerce REST Application with MongoDB Implementation

Author: Mohammed Rizwan Database: MongoDB Language: NodeJs

Table of Contents

AboutFeaturesRevised ConceptsInstallationGet Started

📌About

Construction of a Ecommerce RESTful application using NodeJS, Express and MongoDB. A project developed by following the tutorial provided by Lama Dev


Features

  • CRUD operation on Users, Orders, Carts and Products.
  • All API's require authentication.

Revised Concepts

  • Express Web Application Framework
  • JWT Authentication and Authorization
  • MongoDB and Mongoose

Installation

You must have already installed

Recommendations

  • It is recommended that you have installed Google Chrome or Edge
  • I recommend using VSCode as development IDE

Getting Started

  1. Clone this repository
  2. Install dependencies
  3. Execute cmd npm start
  4. Now, open your browser and navigate to: http://localhost:5000
  5. In the .env file a sample user rizwan with password rizwan99 to access the mongo db cluster is set up. (Please feel free to connect to your cluster)