DEV Community

Discussion on: Complete API in 5 minutes with Spring Data REST - AQAP Series

Collapse
 
brunodrugowick profile image
Bruno Drugowick

I think it's important to note that I like the idea of having a simple code like that persisting and providing a REST API, but I hate the idea of this architecture scaling to a bigger app without proper app layers segregating the API from the Domain of your app.

This particular post was inspired by Marcelo Bosso saying to me that Node-RED is incomparable when it comes to providing a quick API for a front-end development. =P