MENU
README | How to run locally | REST API doc | Web app screenshots
Web and REST API application made with Ruby on Rails + solid-process.
This version transforms the User and Account modules into facades. Processes and repositories are now exposed through simple methods. Another benefit is that shared and repeated behavior (such as instantiating entities) can be done through the facade, eliminating duplication and abstracting this complexity from the entry points.
To understand the project's context, I'd like you to please read the main branch's README.
Check out the:
- disclaimer to understand the project's purpose.
- summary of all branches.
- highlights of what solid-process can bring to you/your team.