Skip to content

abpframework/cms-kit-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS Kit Demo

This is a sample application designed to demonstrate the capabilities of the ABP Framework's CMS Kit Module.

Requirements

  • .NET 7.0+

How to run?

Before running the application, you should run the following command in the CmsKitDemo folder to install all NPM packages for the application:

abp install-libs

After installing the NPM packages, you can directly run the CmsKitDemo project to see the application. This application uses SQLite as the database and the database can be found in the solution folder. Therefore, you don't need to create the database manually.

Default credentials: admin as username and 1q2w3E* as the password.

Screenshots

Homepage

The application menu items (gallery, blog, ...) are created & ordered dynamically with CMS Kit's Menu System:

homepage

Image Gallery

Custom implementation (image gallery) with CMS Kit’s Comment & Reaction Features integrated:

Gallery Detail Page

Blog & Blog Posts

Blogging Feature (with Ratings, Comments, Tags, and Reactions features as enabled):

Blog Blog Post

Products pages

Our Team and Products uses the Pages Feature of the CMS Kit Module (with dynamic content, styles & scripts):

products/abp-commercial products/aspnet-zero

See live

This application is live at cms-kit-demo.abpdemo.com.