GithubHelp home page GithubHelp logo

david0718 / rapidcms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thomasbleijendaal/rapidcms

0.0 1.0 0.0 13.47 MB

RapidCMS is a Blazor framework which allows you to build a responsive and flexible CMS purely from code. It provides a basic set of editors and controls, and is fully customisable.

License: MIT License

JavaScript 0.01% C# 93.68% CSS 1.00% HTML 5.32%

rapidcms's Introduction

RapidCMS

RapidCMS

#

RapidCMS Model Maker

#

RapidCMS is a Blazor framework that allows you to build a CMS purely from code. It provides a comprehensive set of editors and controls, next to allowing you to add your own razor components for custom editors, buttons, labels, complete sections and pages, and dashboard sections. By running as an element within your ASP.NET Core application, you have full control over the DI container, repositories, authentication, authorization and additional features like Api controllers, Mvc controllers, and Razor pages.

You can choose to provide your own repositories for data access by deriving from BaseRepository which do not have a strong preference for a type of database, so hooking up an EF Core database context is just as easy as hooking up a Azure Table Storage client, or MongoDb database.

It is also possible to employ the Model Maker plugin for RapidCMS, which is a C# source generator that allows you to design and generate a RapidCMS setup right inside RapidCMS. Model Maker currently generates an EF Core application, complete with DbContext, entity configuration, validation and repositories. Just provide a connection string and create migrations after using Model Maker, and you are up and running.

You either run RapidCMS as a Blazor Server-side application, or as a Blazor WebAssembly application directly in the browser. Using the Api companion you can run your repositories on a separate web server, or an Azure Function app, or choose to run the repositories directly in the browser.

Demo

A demo of the WebAssembly variant of the CMS (running version 4.3.x) can be found here: https://rapidcms.z6.web.core.windows.net/. This uses a repository that saves its data to the local storage of the browser. .NET 5.0 WebAssembly tends to load slowly the first time but that will be fixed when .NET 6.0 is released.

How to setup RapidCMS

Since RapidCMS can be used in various ways, please pick a deployment mode. And remember, switching deployment modes with RapidCMS is easy.

Authentication

How to setup RapidCMS Model Maker

Quick starts

rapidcms's People

Contributors

thomasbleijendaal avatar dependabot[bot] avatar sen-gupta avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.