kjac / UmbracoDeliveryApiCustomData

Sample code demonstrating how custom data can be exposed through the Umbraco Delivery API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Routing and exposing custom data through the Umbraco Delivery API

In this repo you'll find a demo of how to route and expose custom data through the Umbraco Delivery API.

Read all about it on my blog.

Running the demo

The demo consists of a single Umbraco CMS project. You’ll need .NET 8 to run it. Oopen a terminal window in src/Site and run:

dotnet run

Umbraco

The Umbraco database is bundled up as part of the GitHub repo. The administrator login for Umbraco is:

  • Username: admin@localhost
  • Password: SuperSecret123

About

Sample code demonstrating how custom data can be exposed through the Umbraco Delivery API

License:MIT License


Languages

Language:C# 51.3%Language:HTML 46.0%Language:JavaScript 2.7%