Skip to content

Simply007/cloud-template-dotnet-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kentico Cloud & ASP.NET Core MVC Web application

Preview

Kentico cloud web template using ASP.NET Core MVC and Kentico Cloud.

template preview

Get started

Prerequisites

Run

  1. Clone or fork this repository. Once it's done, navigate to the app's /source and build the solution:

    cd source
    dotnet build
  2. Register on Kentico Cloud

  3. Create an empty project

  4. Enable Content Management API

  5. Import content.zip data using Template manager

    • Use Project Id and Content Management API key from previously generated project.
  6. Place the ProjectId to the /source/cloud-template-dotnet-core/appsettings.json configuration file.

  7. Run development environment (in /source folder)

    dotnet run --project .\cloud-template-dotnet-core\cloud-template-dotnet-core.csproj

🚀 Your site is now running at:

Features