You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a LoopBack4 user, I would like an easy to follow and intuitive tutorial which shows me how to make a LB4 app using TypeScript model definitions, decorators, and API spec fragments.
Add a new page at the same level, something like "Define your API bottom-up way". Explain basic concepts (controller decorators like @post, @param etc.) and point people to example-getting-started as the tutorial.
Add a note to both top-down and bottom-up pages pointing readers to each other, mentioning that both approaches are valid and fully supported by LoopBack.
@shimks@virkt25 , seems like all the checkboxes are checked. Is this task done? If so, could you please close it and update the March milestone as well? #937 Thanks!
Story
As a LoopBack4 user, I would like an easy to follow and intuitive tutorial which shows me how to make a LB4 app using TypeScript model definitions, decorators, and API spec fragments.
We already have a tutorial repository in https://github.com/strongloop/loopback4-example-getting-started, now we need to expose it in our docs on loopback.io.
See also #729
Acceptance Criteria
@post
,@param
etc.) and point people to example-getting-started as the tutorial.The text was updated successfully, but these errors were encountered: