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:
- Journey to a Serverless Application on Azure
- Serverless Backend with Azure Functions and Cosmos DB
- Static Website Hosting with Function App Backend on Azure
- Serverless Real-Time Application with Azure SignalR
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.
Azure Function App in NodeJs.
The NextJs frontend was originally written by luchsamapparat and can be found here.