Blog Logo
TAGS

Cloudy - Create a CMS out of your EF Core context

# Cloudy creates a CMS out of your EF Core context. Just create your DbContext, Models, and hook up Cloudy. Configure behavior with UI hints. Cloudy scaffolds the previously mentioned model and shows the URL segment that will be used for routing. The UI works well with external login providers and ASP.NET Identity. Cloudy.CMS supports any database supported by EF Core: Inmemory, SQLite, SQL Server, CosmosDB ... To get the frontend code of the Admin section running, clone the repo and run; alternatively, run `npm ci` and then `npm run dev` and set the Configuration value `ViteBaseUri` to the running Vite URL. Note that this CMS is under active development and is not guaranteed to keep API compatibility between releases.