Provide an official implementation of the popular realword example with Loobpack 4 using best practices as showcased from the documentation.
I understand that this could be considered achieved by the shopping-example. However, being able to see exactly the same spec being implemented by different frameworks is a very good helper in demonstrating the framework capabilities and also act as a guide for people to switch over from other frameworks.
That's an interesting idea! It would be good to see the community taking this challenge. :)
looks interesting, I'l explore this weekend.. :)
Some thoughts on how to jump start the effort:
lb4 app to scaffold the backend applicationlb4 openapi to generate controllers and models against https://github.com/gothinkster/realworld/blob/master/api/swagger.jsonlb4 datasource to add a DBlb4 repository to bind models to the DBthanks for the pointers,.
Most helpful comment
Some thoughts on how to jump start the effort:
lb4 appto scaffold the backend applicationlb4 openapito generate controllers and models againsthttps://github.com/gothinkster/realworld/blob/master/api/swagger.jsonlb4 datasourceto add a DBlb4 repositoryto bind models to the DB