NestJS Hexagonal Architecture Example (Port Adapter)
What is Hexagonal Architecture? / Port adapter
Explanation and Example of Port-Adapter
- Port
- Adapter
Installation and Running
$ pnpm install
$ pnpm run start:dev
Todo
- Consider implementing the unit test and e2e test
References
As you may know, this project was inspired by,
- Nest JS -Clean code using Hexagonal Architecture ticket system source code
- About Hexagonal Architecture from Tugce Konuklar
- TechTim42's Learn to build a Hexagonal Architecture Micro Service