Dancing Goat .NET MVC Application is a sample website utilizing Kentico Deliver service to manage and retrieve content.
- Environment that is capable of running the .NET MVC 5 application such as Visual Studio 2013+.
- Account at https://app.kenticocloud.com with a sample project that is created automatically for every new subscription. You can read more about Kentico Deliver service activation here: https://kenticocloud.com/docs#enabling-kentico-deliver .
- Navigate to https://app.kenticocloud.com in your browser.
- Sign in with your credentials.
- You are redirected to content administration interface of your sample project. For more details about the content editing, please see https://kenticocloud.com/docs .
- Copy the Project ID from the https://app.kenticocloud.com. More details about getting Project ID: https://kenticocloud.com/docs#getting-project-id .
- Insert the Project ID to the value of the ProjectId application setting in the Web.config file.
- Run the application.
- To preview the unpublished content you need to provide the Preview API key to the application.
- Copy the Preview API key from the https://app.kenticocloud.com . For more details, please read: https://kenticocloud.com/docs#previewing-unpublished-content-using-deliver-api .
- Insert the Preview API key to the string value of the PreviewToken application setting in the Web.config file.
- Run the application.
The content can be reached either through REST API on URL: http://deliver.kenticocloud.com/PROJECT_ID/items, or through .NET SDK which is used in this project.
For more information about the Kentico Deliver REST API, please see http://docs.kenticodeliver.apiary.io .
You can find more information about our SDK here: https://github.com/Kentico/Deliver-.NET-SDK and include it in your projects as a NuGet package: https://www.nuget.org/packages/KenticoCloud.Deliver .