All Projects → thenativeweb → wolkenkit-todomvc

thenativeweb / wolkenkit-todomvc

Licence: AGPL-3.0 license
wolkenkit-todomvc is a todo application.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to wolkenkit-todomvc

EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
Stars: ✭ 178 (+1086.67%)
Mutual labels:  cqrs, ddd, event-sourcing
Messagebus
A MessageBus (CommandBus, EventBus and QueryBus) implementation in PHP7
Stars: ✭ 178 (+1086.67%)
Mutual labels:  cqrs, ddd, event-sourcing
Event Sourcing Jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Stars: ✭ 159 (+960%)
Mutual labels:  cqrs, ddd, event-sourcing
Cronus
Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind
Stars: ✭ 139 (+826.67%)
Mutual labels:  cqrs, ddd, event-sourcing
Event Sourcing
Provides basic functionality for event sourced aggregates.
Stars: ✭ 242 (+1513.33%)
Mutual labels:  cqrs, ddd, event-sourcing
Goes
Go Event Sourcing made easy
Stars: ✭ 144 (+860%)
Mutual labels:  cqrs, ddd, event-sourcing
Kreta
Modern project management solution
Stars: ✭ 177 (+1080%)
Mutual labels:  cqrs, ddd, event-sourcing
Event Store Symfony Bundle
Event Store Symfony Bundle
Stars: ✭ 93 (+520%)
Mutual labels:  cqrs, ddd, event-sourcing
Wolkenkit Boards
wolkenkit-boards is a team collaboration application.
Stars: ✭ 236 (+1473.33%)
Mutual labels:  cqrs, ddd, event-sourcing
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (+1420%)
Mutual labels:  cqrs, ddd, event-sourcing
Eventflow.example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
Stars: ✭ 131 (+773.33%)
Mutual labels:  cqrs, ddd, event-sourcing
backend
Ergonode backend repository
Stars: ✭ 100 (+566.67%)
Mutual labels:  cqrs, ddd, event-sourcing
Bifrost
This is the stable release of Dolittle till its out of alpha->beta stages
Stars: ✭ 111 (+640%)
Mutual labels:  cqrs, ddd, event-sourcing
CleanArchitecture
Clean Architecture Solution for .NET 5
Stars: ✭ 18 (+20%)
Mutual labels:  cqrs, ddd, event-sourcing
Pdo Event Store
PDO implementation of ProophEventStore http://getprooph.org
Stars: ✭ 96 (+540%)
Mutual labels:  cqrs, ddd, event-sourcing
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (+980%)
Mutual labels:  cqrs, ddd, event-sourcing
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (+486.67%)
Mutual labels:  cqrs, ddd, event-sourcing
Productcontext Eventsourcing
A practical/experimental Event Sourcing application on Product Bounded Context in an e-commerce
Stars: ✭ 88 (+486.67%)
Mutual labels:  cqrs, ddd, event-sourcing
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (+1380%)
Mutual labels:  cqrs, ddd, event-sourcing
Proophessor Do
prooph components in action
Stars: ✭ 247 (+1546.67%)
Mutual labels:  cqrs, ddd, event-sourcing

wolkenkit-todomvc

wolkenkit-todomvc is a todo application.

What is wolkenkit?

wolkenkit is a CQRS and event-sourcing framework for JavaScript and Node.js. wolkenkit uses an event-driven model based on DDD to setup an API for your business in no time. This way, wolkenkit bridges the language gap between your domain and technology.

wolkenkit.io

For more details on wolkenkit see the wolkenkit documentation.

Installation

To run a wolkenkit application, you first need to install wolkenkit. For this, see the installation guide for macOS, Linux, Windows, or Docker Machine.

Additionally, you need a web server to run the client application, such as http-server. For that, use the following command:

$ npm install -g http-server

Quick start

First you need to start the TodoMVC wolkenkit application. Change to the directory where you have installed the application to, and run the following command:

$ wolkenkit start

Once you get the message that the wolkenkit application is running, run the web server using the following command:

$ http-server ./client -o

Additionally, this will open a browser automatically and direct it to the client.

License

Copyright (c) 2015-2018 the native web.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see GNU Licenses.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].