Code Monkey home page Code Monkey logo

weapsy.cms's Introduction

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.

weapsy.cms's People

Contributors

lucabriguglia avatar emfluenceindia avatar elderjames avatar adanb007 avatar eerhardt avatar araqiel2552 avatar ronaldharmsen avatar ryanmcdonough avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.