postman-request

There are 4 repositories under postman-request topic.

  • Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo

    kathleenwest/Azure-EventGrid-Publisher-Subscriber-Azure-Functions-Demo

    In this project, we will create an Event Grid Topic in Azure for a publish-subscribe demo. Our subscriber will be an Azure function that is triggered by an event published to the Event Grid Topic. We will create the Azure function app, subscribe to our Event Grid Topic, and then demo it in action. We will use Postman to set up a POST request to our Event Grid Topic public endpoint that has authentication, version parameter, and the correct JSON body format. After we send the request, we will take a look in the Azure portal to verify the activity and that our subscriber function received and processed the event.

    Language:Python2201
  • azure-microservices-functions-kubernetes-demo-project

    kathleenwest/azure-microservices-functions-kubernetes-demo-project

    This project builds an app called "Neighborly". Neighborly is a Python Flask-powered web application that allows neighbors to post advertisements for services and products they can offer. The Neighborly project is comprised of a front-end application that is built with the Python Flask micro framework. The application allows the user to view, create, edit, and delete the community advertisements. The application makes direct requests to the back-end API endpoints. These are endpoints that we will also build for the server-side of the application. Let's deploy an app called Neighborly, allowing neighbors to post advertisements for services and products they can offer. The app will use a blend of Cosmos DB, Azure Functions, Kubernetes, Event Hub, Event Grid Topic, and more.

    Language:Python1202
  • panaitescu-paul/Banking-Platform-NodeJS-2021

    Banking Platform with Database made in SQLite, and RESTful APIs made in NodeJS

    Language:JavaScript1201
  • jainayu/weather-app

    A node.js application to check weather by simply providing the address using cli.

    Language:JavaScript10