Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.42 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.42 KB

NestJS Hexagonal Architecture Example (Port Adapter)

What is Hexagonal Architecture? / Port adapter

Explanation and Example of 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,