Giter VIP home page Giter VIP logo

Fluent CMS

Why another CMS

  • Performance: Fluent CMS demonstrates exceptional performance, being 100 times faster than Strapi as detailed in the performance-test-fluent-cms-vs-strapi.md. Additionally, the performance-critical APIs(use SQLKata/Dapper instead of Entity Framework) are 10% faster than manually written APIs using ASP.NET/Entity Framework, as detailed in performance-test-fluent-cms-vs-entity-framework.md
  • Powerful: Leveraging its schema-driven architecture, Fluent CMS performs CRUD operations based on schema definitions rather than hard-coded specifics for each entity. This approach reduces repetitive tasks for developers, streamlining the development process.
  • Lightweight: The codebase of Fluent CMS remains small, clean, and elegant, thanks to the use of modern tools like Entity Framework, SqlKata, SWR, PrimeReact, and JasonEditor.

Play with Fluent CMS

  1. Live Demo
  2. Docker
    1. Clone the Repository
      git clone https://github.com/fluent-cms/fluent-cms
      • for Postgres go to fluent-cms/fluent-cms-postgres-docker
      • for Sqlite go to fluent-cms/fluent-cms-sqlite-docker
    2. Bring Up Services
      docker-compose build
      docker-compose up
    3. Explore the App
      • Admin Panel: http://localhost:8080, use username [email protected] and password Admin1! to login.
      • Demo Public Site: http://localhost:3000
      • Optional, add 127.0.0.1 fluent-cms-server-sqlite to the file hosts
        • for window it is located at C:\Windows\System32\drivers\etc\hosts
        • for mac/linux, it is located at /etc/hosts
  3. Source code
    1. Clone the Repository
      git clone https://github.com/fluent-cms/fluent-cms
    2. Start Admin Panel
      cd fluent-cms/server/FluentCMS
      dotnet restore
      dotnet run

Quick Start

For this tutorial, I will walk you though how to build cooking blog website backend APIs from scratch. By the end of this tutorials, you have:

  1. An admin panel to manage blog content.
  2. REST APIs for mobile and web clients.
    With Fluent CMS, there's no need for coding—just some configuration, detailed in Quickstart.md

Core Concepts

  • Understanding concepts like Entity, Attributes, View is crucial for using and customizing Fluent CMS.
  • Detailed in Concepts.md

Development

overview.png

Jason Chen's Projects

fluent-cms icon fluent-cms

a high performance headless CMS based on c# asp.net core

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.