Todo App

Sample Todo App to demonstrate how to implement a serverless app on azure.

This app is part of an article which describes how to run a completely serverless application on azure. The article is splitted into different parts:

  1. Journey to a Serverless Application on Azure
  2. Serverless Backend with Azure Functions and Cosmos DB
  3. Static Website Hosting with Function App Backend on Azure
  4. Serverless Real-Time Application with Azure SignalR

Infrastructure

Infrastructure is described via terraform scripts. To run it on you infrastructure you may have to adapt it to use unique names and a different backend to persist the terraform state.

Backend

Azure Function App in NodeJs.

Fronted

The NextJs frontend was originally written by luchsamapparat and can be found here.