Cloud Project

Multi-tier Azure web app with a real frontend, serverless API, and SQL backend

This project uses Azure Static Web Apps for the frontend, Azure Functions for the backend API, and Azure SQL Database for persistent data storage.

Project Highlights

3 Application Tiers
Auto Backend Scaling
Azure Cloud-Native Stack

What this app demonstrates

Frontend Hosting

Azure Static Web Apps serves the website with simple GitHub-based deployment.

Serverless API

Azure Functions handles requests and scales automatically based on usage.

Database Integration

Azure SQL stores and returns product data through the backend API.