Development Environment - Deployed via Terraform & PowerShell

🏗️ Infrastructure Overview

VM

Windows Server 2019

Web Server

IIS 10.0 + ASP.NET 4.5

Deployment

Infrastructure as Code

Environment

Development

🔧 Fibonacci REST API Demo

Test our REST API service that calculates Fibonacci numbers:

Click a button to test the API...

📊 API Endpoints

GET /api/fibonacci?n={number} - Calculate nth Fibonacci number

GET /api/health - Health check endpoint

GET /api/info - Server information

🛠️ Technology Stack