Loopback-next: [Demo] Provide official implementation of realword.io

Created on 17 Jun 2020  路  4Comments  路  Source: strongloop/loopback-next

Suggestion

Provide an official implementation of the popular realword example with Loobpack 4 using best practices as showcased from the documentation.

Use Cases

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.

Docs feature help wanted

Most helpful comment

Some thoughts on how to jump start the effort:

  • Use lb4 app to scaffold the backend application
  • Use lb4 openapi to generate controllers and models against https://github.com/gothinkster/realworld/blob/master/api/swagger.json
  • Use lb4 datasource to add a DB
  • Use lb4 repository to bind models to the DB
  • Add security layer with JWT

All 4 comments

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:

  • Use lb4 app to scaffold the backend application
  • Use lb4 openapi to generate controllers and models against https://github.com/gothinkster/realworld/blob/master/api/swagger.json
  • Use lb4 datasource to add a DB
  • Use lb4 repository to bind models to the DB
  • Add security layer with JWT

thanks for the pointers,.

Was this page helpful?
0 / 5 - 0 ratings