Migration guide needed. (Solved) #1695
nakulnagariy
started this conversation in
Ideas
Replies: 2 comments
-
I found the documentation PR, here it is: #1518 We can also see the architecture documentation here: https://github.com/brocoders/nestjs-boilerplate/blob/main/docs/architecture.md |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is the migration happened: #1290 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be helpful if we can have a migration guide or helpful note why we have different kind of folder structure and their use. for example inside users directory we didn't use to have
/domain
,/infrastructure
/persistence
/relation
/mappers
/repositories
relational-persistence.module.ts
and how one can migrate from earlier versions.it will save a lot of time. Thanks for all the wonderful work.
Beta Was this translation helpful? Give feedback.
All reactions