Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Luca Briguglia edited this page Jun 19, 2016 · 12 revisions

Weapsy is a CMS Engine based on the CQRS pattern.

Every command results in one or more events published through an internal dispatcher. It's easy to subscribe to any events published.

Weapsy can be extended with custom apps. An app can extend the default functionalities with modules or pages.

The only default app included at the moment is Text. The next one to be included is going to be a Blog app.

Technology:

  • C#
  • ASP.NET Core MVC and Web Api
  • JavaScript, jQuery, KnockoutJS/Angular 2
  • Entity Framework Core
  • SQL Server
  • DDD
  • CQRS
Clone this wiki locally