Learning effect by making toy projects
App Architecture
-
- All the database related operations are done in
repositories
.
- All the database related operations are done in
-
- All the business logic are done in
implementations
.
- All the business logic are done in
-
- All the API controllers are attached to the facade in in
http
.
- All the API controllers are attached to the facade in in