OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.43k stars 2.4k forks source link

How to use orchard core as headless and return content as JSON #2904

Closed nyghtrocker closed 5 years ago

nyghtrocker commented 5 years ago

Hi, I want to use orchard core as headless CMS. I want to remove orchard UI and return the content as JSON. How to create localize content problematically and return these content using API.

infofromca commented 5 years ago

check them: https://www.youtube.com/channel/UCDVUxCz2RvkgTbA0wAYKwRA

infofromca commented 5 years ago

https://www.youtube.com/watch?v=yWpz8p-oaKg&t=3711s or search for saas

nikonast commented 3 years ago

Decoupled isn't headless.

ns8482e commented 3 years ago

@nikonast Orchard Core CMS is really a hybrid cms - that provides best of both world. Orchard Core CMS is delivered as nuget package that you can add it into your exiting ASP.NET Core web application to make it as content service application.