Skip to content

This GitHub repository hosts the code for a high-performance Azure Function App in C#, designed for retail store solutions. The API seamlessly integrates with Azure Cosmos DB, providing endpoints for efficient management of retail products and items.

License

Notifications You must be signed in to change notification settings

PtPrashantTripathi/AzureFunctionApp_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retail Store Solutions API

Azure Functions Azure Cosmos DB C#

This repository contains the code for an Azure Function App written in C# that serves as an API for retail store solutions. The API is designed to interact with Azure Cosmos DB and provides endpoints for managing products and items within the retail store.

Features

  • Products Endpoint: Allows you to create, retrieve, update, and delete product information.
  • Items Endpoint: Provides functionalities for managing items associated with products.
  • Azure Cosmos DB Integration: The API leverages Azure Cosmos DB as the backend database for seamless data storage and retrieval.
  • Scalable and Serverless: Built using Azure Functions, the API is highly scalable and serverless, making it cost-effective and easy to manage.

Prerequisites

Before you begin, ensure you have the following prerequisites:

Getting Started

  1. Clone this repository:

    git clone https://github.com/PtPrashantTripathi/AzureFunctionApp_API
  2. Set up your Azure Cosmos DB and obtain the connection string.

  3. Configure your Azure Functions application settings, including the Cosmos DB connection string and other required configurations.

  4. Build and deploy the Azure Function App to your Azure subscription.

  5. Access the API endpoints for managing products and items:

    • Products: https://your-app-url/api/products
    • Items: https://your-app-url/api/items

Usage

The API documentation and usage instructions can be found in the Wiki section of this repository.

Contributions

We welcome contributions from the community. If you have suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.


About

This GitHub repository hosts the code for a high-performance Azure Function App in C#, designed for retail store solutions. The API seamlessly integrates with Azure Cosmos DB, providing endpoints for efficient management of retail products and items.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages