- Sample Node/Nest reference architecture, based on a simplified microservices architecture, distributed systems and docker containers.
If you liked the project, please give a star ;)
- Visual Studio Code
- NodeJS
- NestJS
- SOLID
- DDD
- Clean Architecture
- Event Sourcing
- This services capable of running on Linux containers in your Docker host
- The project proposes a microservice oriented architecture implementation with multiple bounted contexts (each one owing its a own data/db)
- Implementing differents approaches of communications (simple communication protocol using http beteween the client apps and microservices and asyncrhonous communication based messages and events)