Skip to content

akella44/FibonacciCalculationApi

Repository files navigation

Description

Simple ASP.NET web API for fibonacci seq calculation with RabbitMq (i.e. calculation result will be sended in rabbitmq queue, after that second app will read it).

Requirements

Required user secrets file to run (offical doc). It should have following structure:

{
  "RabbitMQ": {
    "NodeIp": "",
    "Port": ,
    "UserName": "",
    "Password": ""
  }
}

How it works

2023-12-24.19-46-38.mp4

Releases

No releases published

Packages

No packages published

Languages