paint-brush
Deep Dive Into Creating Node Project With Clean Architectureby@royibeni
1,857 reads
1,857 reads

Deep Dive Into Creating Node Project With Clean Architecture

by royibeni18mOctober 24th, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Clean Architecture is a clean architecture by Robert C. Martin (Uncle Bob) on our API projects. This architecture attempts to integrate some of the leading modern architecture like Hexagonal Architecture, Onion Architecture, Screaming Architecture into one main architecture. It aims to achieve good separation of concerns. Each layer represents an isolated layer in the application. The Entities layer is independent and the Frameworks layer (web, ui etc.) depends on all the other layers. Each use case orchestrates all of the logic for a specific use case( for example adding new customer to the system)

Companies Mentioned

Mention Thumbnail
Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - Deep Dive Into Creating Node Project With Clean Architecture
royibeni HackerNoon profile picture
royibeni

royibeni

@royibeni

Senior Full Stack Developer

About @royibeni
LEARN MORE ABOUT @ROYIBENI'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

royibeni HackerNoon profile picture
royibeni@royibeni
Senior Full Stack Developer

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here
Learnrepo