{"id":13314658,"url":"https://github.com/kontent-ai/sample-app-razorpages","last_synced_at":"2025-10-20T01:36:13.965Z","repository":{"id":44570481,"uuid":"212579130","full_name":"kontent-ai/sample-app-razorpages","owner":"kontent-ai","description":"Sample .NET Core Razor Pages project using the Kontent.ai Delivery .NET SDK to retrieve content","archived":false,"fork":false,"pushed_at":"2024-12-18T13:46:32.000Z","size":1108,"stargazers_count":6,"open_issues_count":1,"forks_count":9,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-07T13:11:15.525Z","etag":null,"topics":["dot-net-6","dotnet-6","dotnet6","kontent-ai","kontent-ai-sample","net-core","net6","net60","razor-pages","sample-app","sample-application"],"latest_commit_sha":null,"homepage":"https://kontent.ai","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kontent-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-03T12:51:06.000Z","updated_at":"2024-12-18T13:46:38.000Z","dependencies_parsed_at":"2024-12-18T14:43:35.203Z","dependency_job_id":"4d3a4fc8-1955-4251-bdd3-f61cd4a53ca2","html_url":"https://github.com/kontent-ai/sample-app-razorpages","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fsample-app-razorpages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fsample-app-razorpages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fsample-app-razorpages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kontent-ai%2Fsample-app-razorpages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kontent-ai","download_url":"https://codeload.github.com/kontent-ai/sample-app-razorpages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252156934,"owners_count":21703378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dot-net-6","dotnet-6","dotnet6","kontent-ai","kontent-ai-sample","net-core","net6","net60","razor-pages","sample-app","sample-application"],"created_at":"2024-07-29T18:11:53.175Z","updated_at":"2025-10-20T01:36:08.905Z","avatar_url":"https://github.com/kontent-ai.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!IMPORTANT]\n\u003e This sample app relies on the Dancing Goat project, which is no longer available for creation in Kontent.ai.\n\u003e\n\u003e If you still wish to use this project, you can import the Dancing Goat project using the [Data Ops](https://github.com/kontent-ai/data-ops) tool by following the instructions provided in our [Dancing Goat repository](https://github.com/kontent-ai-bot/dancing-goat).\n\n[![Build \u0026 Test](https://github.com/kontent-ai/sample-app-razorpages/actions/workflows/integrate.yml/badge.svg)](https://github.com/kontent-ai/kontent/sample-app-razorpages/actions/workflows/integrate.yml)\n\n# Kontent.ai sample ASP.NET Core Razor Pages web application\n\nSample .NET Core Razor Pages project using the [Kontent.ai Delivery .NET SDK](https://github.com/kontent-ai/delivery-sdk-net) to retrieve content.\n\nThis application is meant for use with the Dancing Goat sample project within Kontent.ai. The project contains the home page and article content for Dancing Goat – an imaginary chain of coffee shops. If you don't have your own Sample Project, any administrator of a Kontent.ai subscription [can generate one](https://app.kontent.ai/sample-site-configuration).\n\n## Application setup\n\n### Running the application\n\nTo run the app:\n\n1. Clone the app repository with your favorite GIT client\n1. Open the solution\n1. Run the app.\n\n### Connecting to your sample project\n\nIf you already have a [Kontent.ai account](https://app.kontent.ai), you can connect this sample Razor Pages application to your version of the Sample project.\n\n1. In Kontent.ai, choose Project settings from the app menu.\n1. Under Development, choose API keys and copy the Project ID.\n1. Open the `\\sample-app-razorpages\\appsettings.json` file.\n1. Use the values from your Kontent.ai project in the `appsettings.json` file:\n\n    * **Project ID**: Insert your project ID into the `ProjectId` application setting.\n\n```json\n    {\n    \"DeliveryOptions\": {\n      \"ProjectId\": \"\u003cyour Kontent.ai project ID\u003e\"\n    },\n  }\n```\n\n1. Save the changes.\n1. Run the application.\n\n## Content administration\n\n1. Navigate to \u003chttps://app.kontent.ai\u003e in your browser.\n1. Sign in with your credentials.\n1. Manage content in the content administration interface of your sample project.\n\nLearn more about [content editing with Kontent.ai](https://kontent.ai/learn/tutorials/write-and-collaborate/create-content/introducing-content-items).\n\n## Content delivery\n\nYou can retrieve content either through the [Kontent.ai Delivery SDK](https://github.com/kontent-ai/delivery-sdk-net) or the [Kontent.ai Delivery API](https://kontent.ai/learn/reference/kontent-apis-overview).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkontent-ai%2Fsample-app-razorpages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkontent-ai%2Fsample-app-razorpages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkontent-ai%2Fsample-app-razorpages/lists"}