DEV Community

Discussion on: Service Oriented Architecture folder scaffolding, thoughts?

Collapse
 
allanmacgregor profile image
Allan MacGregor 🇨🇦

Since you are taking a service oriented approach using a mono repo seems counter intuitive, but might be the right approach at this stage, remember that eventually toy can break things apart and use git submodules to reference external entities.

Collapse
 
protium profile image
protium

Yes, in the repo I opted to add a client as sub folder but it should be a submodule or subtree. I wanted to point out only if the service scaffolding will be a good base while the service gets more api endpoints.
Thank you for your answer!