Skip to content

Commit 9e9a28e

Browse files
committed
Add readme.md
1 parent 84893ef commit 9e9a28e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules/
22
dist/
3-
lambdas/

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<p align="center">
2+
<a href="http://codely.tv">
3+
<img src="http://codely.tv/wp-content/uploads/2016/05/cropped-logo-codelyTV.png" width="192px" height="192px"/>
4+
</a>
5+
</p>
6+
7+
<h1 align="center">
8+
🐘🎯 Hexagonal Architecture, DDD & CQRS in Typescript
9+
</h1>
10+
11+
<p align="center">
12+
<a href="https://github.com/CodelyTV"><img src="https://img.shields.io/badge/CodelyTV-OS-green.svg?style=flat-square" alt="codely.tv"/></a>
13+
<a href="http://pro.codely.tv"><img src="https://img.shields.io/badge/CodelyTV-PRO-black.svg?style=flat-square" alt="CodelyTV Courses"/></a>
14+
</p>
15+
16+
<p align="center">
17+
Example of a Typescript application following Domain-Driven Design (DDD) and
18+
Command Query Responsibility Segregation (CQRS) principles keeping the code as simple as possible.
19+
20+
</p>

0 commit comments

Comments
 (0)