All Projects → santaz1995 → Nestjs Cqrs Starter

santaz1995 / Nestjs Cqrs Starter

Nestjs-cqrs API

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nestjs Cqrs Starter

Nestjs Cqrs Starter
NestJS CQRS Microservices Starter Project
Stars: ✭ 80 (+220%)
Mutual labels:  nestjs, ddd, cqrs
Modular Monolith With Ddd
Full Modular Monolith application with Domain-Driven Design approach.
Stars: ✭ 6,210 (+24740%)
Mutual labels:  rest-api, ddd, cqrs
nestjs-boilerplate-microservice
Nestjs Microservice boilerplate: apply DDD, CQRS, and Event Sourcing within an event driven architecture
Stars: ✭ 270 (+980%)
Mutual labels:  cqrs, ddd, nestjs
Ultimate Backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Stars: ✭ 978 (+3812%)
Mutual labels:  nestjs, ddd, cqrs
Bankflix
Aplicação que simula um banco digital, contendo a área do cliente e administrativa, permitindo depósitos e transferências entre contas do mesmo banco. | Application that simulates a digital bank, containing the customer and administrative areas, allowing deposits and transfers between accounts of the same bank.
Stars: ✭ 82 (+228%)
Mutual labels:  rest-api, ddd, cqrs
Sample Dotnet Core Cqrs Api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Stars: ✭ 1,273 (+4992%)
Mutual labels:  rest-api, ddd, cqrs
permacoop
Open source and eco design ERP solution reserved for worker-owned business.
Stars: ✭ 167 (+568%)
Mutual labels:  cqrs, ddd, nestjs
Open Loyalty
Open Loyalty is technology for loyalty solutions for starting new loyalty projects.
Stars: ✭ 476 (+1804%)
Mutual labels:  ddd, cqrs
Kledex
.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.
Stars: ✭ 502 (+1908%)
Mutual labels:  ddd, cqrs
Onion Architecture
Onion Architecture Sample Application
Stars: ✭ 18 (-28%)
Mutual labels:  ddd, cqrs
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+20380%)
Mutual labels:  ddd, cqrs
Almin
Client-side DDD/CQRS for JavaScript.
Stars: ✭ 477 (+1808%)
Mutual labels:  ddd, cqrs
All Things Cqrs
Comprehensive guide to a couple of possible ways of synchronizing two states with Spring tools. Synchronization is shown by separating command and queries in a simple CQRS application.
Stars: ✭ 474 (+1796%)
Mutual labels:  ddd, cqrs
Event Store
PHP 7.4 EventStore Implementation
Stars: ✭ 505 (+1920%)
Mutual labels:  ddd, cqrs
Resolve
Full stack CQRS, DDD, Event Sourcing framework for Node.js
Stars: ✭ 460 (+1740%)
Mutual labels:  ddd, cqrs
Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
Stars: ✭ 414 (+1556%)
Mutual labels:  ddd, cqrs
Christddd
🙌 ASP.NET Core 3.1 应用, 包含 DDD、CQRS、EDA 和ES事件回溯
Stars: ✭ 510 (+1940%)
Mutual labels:  ddd, cqrs
Ddd Playground
Domain-Driven Design in a PHP project using Symfony
Stars: ✭ 517 (+1968%)
Mutual labels:  rest-api, ddd
Pitstop
This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Stars: ✭ 708 (+2732%)
Mutual labels:  ddd, cqrs
Testing Nestjs
A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!
Stars: ✭ 685 (+2640%)
Mutual labels:  nestjs, cqrs

nestjs-cqrs-starter

Starn project:

  • First step need start database;
docker-compose up -d
  • Copy ormconfig.example.json to ormconfig.json with your DB connection;
  • Install dependencies;
npm i
  • Install globally typeorm for use typorm cli;
sudo npm i typeorm -g
  • For start project realtime
npm run start:live
  • For compile .ts to .js files to ./dist/ folder;
npm run prestart
  • Then start nodejs;
npm start

TODO:

  • Exceptions;
  • Validations;
  • OAUTH;
  • Write test;
  • Config migration.
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].