api-clean-hexagonal-ddd-architecture
├─ .editorconfig
├─ README.md
├─ build
├─ db
│ └─ app.db.sqlite
├─ nodemon.json
├─ package-lock.json
├─ package.json
├─ src
│ ├─ application
│ │ └─ services
│ │ └─ users.service.ts
│ ├─ domain
│ │ ├─ entities
│ │ │ └─ users.entity.ts
│ │ └─ respositories
│ │ └─ users.repository.ts
│ └─ infrastructure
│ ├─ express
│ │ ├─ controllers
│ │ │ └─ users.controller.ts
│ │ └─ server
│ │ └─ server.express.ts
│ └─ sequelize
│ ├─ config.sequelize.ts
│ ├─ models
│ │ └─ users.model.ts
│ └─ respositories
│ └─ users.repository.ts
└─ tsconfig.json
-
Notifications
You must be signed in to change notification settings - Fork 0
This project shows an example of how to implement an API in Nodejs applying hexagonal architecture + clean architecture + DDD.
License
sistemasnegros/api-clean-hexagonal-ddd-architecture
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This project shows an example of how to implement an API in Nodejs applying hexagonal architecture + clean architecture + DDD.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published