Skip to content

ryanmcdonough/Weapsy.CMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weapsy

Weapsy is an ASP.NET Core CMS based on DDD and CQRS.

For each writing operation, there is a command and a command handler. After the operation is completed successfully, one or more events are published by an internal event publisher. It's extremely easy to subscribe to those events.

Same way, for each reading operation there is a query and a query handler.

Weapsy will be extendable with custom apps. An app can display content through modules added to dynamic pages or through static pages of the app itself. The first one included is the Text app used to add html modules to dynamic pages.

For any queries please visit my LinkedIn profile where you can find all my contact details: https://www.linkedin.com/in/lucabriguglia/

Join the chat at https://gitter.im/weapsy

Weapsy.Mediator

I'm creating a separate mediator library that will be used in the CMS once completed with the logic for domain and event sourcing: https://github.com/Weapsy/Weapsy.Mediator

Build Status

Build status

Demo

Coming Soon

Roadmap

https://github.com/weapsy/Weapsy/wiki/Roadmap

Wiki

https://github.com/weapsy/Weapsy/wiki

Technology

  • C#
  • ASP.NET Core
  • JavaScript, jQuery
  • Entity Framework Core
  • MSSQL, MySQL, SQLite, PostgreSQL
  • DDD
  • CQRS

Prerequisites

How to run on local

  • Open the Weapsy.sln solution in Visual Studio
  • Build the solution (default apps will be copied over to the "Apps" folder)
  • Set the data provider of your choice in the appsettings.json file and modify the default connection string accordingly if needed.
  • Run (F5 or Ctrl+F5)
  • Login using these credentials:
  • Database and seed data will be created automatically the first time you run the application.

How to contribute

Please create issues to report bugs, suggest new functionalities, ask questions or just share your thoughts about the project. I will really appreciate your contribution, thanks.

About

ASP.NET Core CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 43.5%
  • JavaScript 33.7%
  • CSS 19.6%
  • PowerShell 1.6%
  • HTML 1.5%
  • Shell 0.1%