All Projects → abdelhadinaimi → nest-microservices

abdelhadinaimi / nest-microservices

Licence: other
Small user management system using nest microservices

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to nest-microservices

daruma-backend
🎎 Shared Expense Manager (Backend) - NestJS+DDD+CQRS+Event Sourcing 🎎
Stars: ✭ 70 (+100%)
Mutual labels:  cqrs, event-sourcing, nestjs
nest-convoy
[WIP] An opinionated framework for building distributed domain driven systems using microservices architecture
Stars: ✭ 20 (-42.86%)
Mutual labels:  cqrs, event-sourcing, nestjs
Ultimate Backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Stars: ✭ 978 (+2694.29%)
Mutual labels:  cqrs, event-sourcing, nestjs
microservice-template
📖 Nest.js based microservice repository template
Stars: ✭ 131 (+274.29%)
Mutual labels:  cqrs, event-sourcing, nestjs
Nestjs Cqrs Starter
NestJS CQRS Microservices Starter Project
Stars: ✭ 80 (+128.57%)
Mutual labels:  cqrs, event-sourcing, nestjs
Kreta
Modern project management solution
Stars: ✭ 177 (+405.71%)
Mutual labels:  cqrs, event-sourcing
Messagebus
A MessageBus (CommandBus, EventBus and QueryBus) implementation in PHP7
Stars: ✭ 178 (+408.57%)
Mutual labels:  cqrs, event-sourcing
Msgphp
Reusable domain layers. Shipped with industry standard infrastructure.
Stars: ✭ 182 (+420%)
Mutual labels:  cqrs, event-sourcing
Event Sourcing
Provides basic functionality for event sourced aggregates.
Stars: ✭ 242 (+591.43%)
Mutual labels:  cqrs, event-sourcing
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (+362.86%)
Mutual labels:  cqrs, event-sourcing
Axonframework
Framework for Evolutionary Event-Driven Microservices on the JVM
Stars: ✭ 2,558 (+7208.57%)
Mutual labels:  cqrs, event-sourcing
workflow
Functional CQRS Eventsourcing Engine
Stars: ✭ 22 (-37.14%)
Mutual labels:  cqrs, event-sourcing
Proophessor Do
prooph components in action
Stars: ✭ 247 (+605.71%)
Mutual labels:  cqrs, event-sourcing
Goldeneye
The CQRS flavoured framework that will speed up your WebAPI and Microservices development
Stars: ✭ 171 (+388.57%)
Mutual labels:  cqrs, event-sourcing
Cqrs
cqrs framework in go
Stars: ✭ 179 (+411.43%)
Mutual labels:  cqrs, event-sourcing
Event Sourcing Microservices Example
Learn about building microservices with event sourcing using Spring Boot and how to deploy a social network to Kubernetes using Docker Compose or Helm.
Stars: ✭ 167 (+377.14%)
Mutual labels:  cqrs, event-sourcing
Flux
A simple CQRS Framework for go
Stars: ✭ 206 (+488.57%)
Mutual labels:  cqrs, event-sourcing
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (+551.43%)
Mutual labels:  cqrs, event-sourcing
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (+534.29%)
Mutual labels:  cqrs, event-sourcing
microservice framework version 6
A Java framework to support applications utilising CQRS and Event Sourcing architectures
Stars: ✭ 25 (-28.57%)
Mutual labels:  cqrs, event-sourcing

nest-microservices

Small user management system using nest microservices

To start up the project execute up.sh in scripts/

Architecture

This project uses a microservices architecture, it uses an API Gateway and a message broker to publish and consume events. This diagram shows how the api gateway responds to an incoming request :

Authentification and authorization is done thru a JWT Token using Auth0.

References

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].