Ecommerce REST Application with MongoDB Implementation
Table of Contents
About • Features • Revised Concepts • Installation • Get 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
- Clone this repository
- Install dependencies
- Execute cmd npm start
- Now, open your browser and navigate to: http://localhost:5000
- 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)