LuchoBazz / express-ts-rest-starter-kit

Express.js + Postgresql + Prisma + Typescript Starter Kit
MIT License
1 stars 0 forks source link

chore(architecture): Refactor Project Structure to Hexagonal Architecture #35

Closed LuchoBazz closed 6 days ago

LuchoBazz commented 2 weeks ago

Summary

This Pull Request refactors the existing project structure, transitioning from an inadequate architecture to a hexagonal architecture. The hexagonal architecture, also known as the Ports and Adapters pattern, enhances the modularity and maintainability of the codebase.