akella44 / FibonacciCalculationApi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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