Recommend a CMS open source project with a modular and scalable architecture .
01 Project description
Piranha CMS is a lightweight and cross-platform CMS library designed for .
The program offers a variety of templates with basic CMS functionality, as well as empty templates to facilitate the construction of new websites from scratch, or even as a backend for mobile applications.
is a fully decoupled CMS, meaning we can use any technology to build applications in any way.
02 Technical Architecture
1、Based on .Net 8 development.
2、Database support: SQL database (local and Azure), SQLite, MySQL, PostgreSQL and Azure Cosmos DB.
3, technology stack: Mvc Core, EntityFrameworkCore, JQuery, Bootstrap.
03 Method of use
1、Installation of templates
dotnet new -i
2、Create empty template
dotnet new
3, create MVC template project
dotnet new
4, create Razor Pages template project
dotnet new
5. You can also create projects directly through Visual Studio.
04 Screenshot of part of the interface
1. Launch page
2、Home page
3. Blogs
4、Background login page
5、Background home page
6、User management
7、Role Management
8、Setting management
9、Page management
05 Project address
/PiranhaCMS/
More open source projects: /bianchenglequ/NetCodeTop
- End -
Recommended Reading
2 tutorials on zero-based introductory frames!
tesseract: a .Net version of the open source OCR project
Inventory of the next 5 Winform UI open source control library
AutoFixture: Fake Data Generation Tool for .
CodeMaid: Visual Studio code auto-organization plug-in!