https://github.com/rahulmule/azurefunction-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.
https://github.com/rahulmule/azurefunction-mongodb-demo
azure-functions dotnet-6 mongodb mongodb-trigger
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/rahulmule/azurefunction-mongodb-demo
- Owner: RahulMule
- Created: 2024-01-12T20:26:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-12T20:30:06.000Z (over 1 year ago)
- Last Synced: 2025-02-26T00:15:30.677Z (4 months ago)
- Topics: azure-functions, dotnet-6, mongodb, mongodb-trigger
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://azure.microsoft.com/en-us/free/)
- 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](https://www.mongodb.com/cloud/atlas)## Setup
1. **Clone the Repository:**
```bash
git clone https://github.com/RahulMule/AzureFunction_MongoDB_Demo.git