Weapsy is an ASP.NET Core CMS based on DDD and CQRS.
Each writing operation is represented by a command. After the operation is completed successfully one or more events are published by an internal dispatcher. It's extremely easy to subscribe to the domain events.
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. Right after the first RTM my plan is to develop a Blog and a Forum app.
Coming Soon
https://trello.com/b/jL79sV09/weapsy
https://github.com/weapsy/Weapsy/wiki/Roadmap
https://github.com/weapsy/Weapsy/wiki
- C#
- ASP.NET Core
- JavaScript, jQuery
- Entity Framework Core
- SQL Server
- DDD
- CQRS
- Visual Studio 2015 Update 3
- .NET Core 1.0 for Visual Studio (https://www.microsoft.com/net/core#windows)
- SQL Server
- Create a SQL database (weapsy.dev)
- Run install-full.sql script (in scripts folder)
- Open the Weapsy.sln solution in Visual Studio
- Run (F5 or Ctrl+F5)
- Login using these credentials:
- email: admin@default.com
- password: Ab1234567!
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.
I started working on the very first version in 2012 and release a stable version in the same year and published CodePlex. For various reasons I didn't work on it for almost 4 years.
At the beginning of 2016 I decided to revive the project. Since 4 years in technology is an eternity I started everything from scratch.
I hope to update this section with new chapters in the near future :-)