Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 711 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 711 Bytes

Azure Functions MongoDB Demo

This project demonstrates CRUD operations for a simple e-commerce app using Azure Functions and MongoDB. It includes functions for adding a product and retrieving all products.

Prerequisites

  • Azure Account: Create one here
  • Azure Functions Extension: Install the Azure Functions extension for Visual Studio Code or use the Azure Functions portal for development.
  • MongoDB Atlas Account: Set up a MongoDB Atlas account for cloud-hosted MongoDB. MongoDB Atlas

Setup

  1. Clone the Repository:
    git clone https://github.com/RahulMule/AzureFunction_MongoDB_Demo.git