| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
FluentCMS is a modern Content Management System (CMS) built on the powerful ASP.NET Core and the innovative Blazor technology. FluentCMS assists content writers in crafting content more efficiently. Designed to be fast, flexible, and user-friendly, it not only serves as a traditional content-based CMS but also excels as a headless CMS, making it perfect for a diverse range of digital applications.
FluentCMS is an open-source project, and we welcome contributions from the community. If you're interested in helping us improve FluentCMS, please read our CONTRIBUTING.md guide.
Clone the repository:
git clone https://github.com/fluentcms/FluentCMS.gitNavigate to the project directory:
cd FluentCMS/src/FluentCMS/Configure the Database
FluentCMS supports multiple databases. Configure the desired database by following these steps:
Set the Database in appsettings.json: Define your database type under Database section. For example, to use LiteDB:
"Database": "LiteDB"Available options are: LiteDb, MongoDB, SQLite, SQLServer, MySQL, PostgreSQL
Provide Connection Strings in appsettings.json: Set your connection string under "ConnectionStrings" in appsettings.json for the desired database:
"ConnectionStrings": {
"DefaultConnection": "Filename=./fluentcms.db"
}Run the application:
dotnet runVisit http://localhost:5000 in your browser.
This project includes a custom, independent Blazor-based component library styled with flowbite's Design System. You can learn more in Component Library's README file.
For more information on how to use FluentCMS, please refer to our documentation. We are actively working on expanding our documentation to provide more detailed information.
We welcome contributions! If you're interested in improving FluentCMS, please read our CONTRIBUTING.md guide.
This project is licensed under the MIT License - see the LICENSE file for details.
| Back | FazBrowse Home | New Git URL |