track-top / nestjs-hexagonal-example

Building a hexagonal architecture (port-adapter) services in nestjs, this project is open source, with explaination and example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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,

About

Building a hexagonal architecture (port-adapter) services in nestjs, this project is open source, with explaination and example.

License:MIT License


Languages

Language:TypeScript 90.9%Language:JavaScript 9.1%