kjac / UmbracoAzureCloudflare

Demo of hosting an Umbraco Delivery API in Azure and consuming it in Cloudflare Pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Umbraco, Azure and Cloudflare

Demo of using hosting an Umbraco Delivery API in Azure and consuming it in Cloudflare Pages

Note

The repo contains the source that is used for a few of my blog posts:

Running the demo

The demo consists of a server (Umbraco) and a client (Astro). To run it, first open src/cms in a terminal window and run:

dotnet run

... then open src/site in a new terminal window and run:

npm install
npm run dev

Umbraco

The Umbraco database is bundled up as part of the GitHub repo.

You'll need to login to play around with the Umbraco content. The administrator login for Umbraco is:

  • Username: admin@localhost
  • Password: SuperSecret123

About

Demo of hosting an Umbraco Delivery API in Azure and consuming it in Cloudflare Pages

License:MIT License


Languages

Language:Astro 62.2%Language:HTML 31.8%Language:C# 4.5%Language:JavaScript 1.4%