Creating REST APIs in 10 mins with LoopBack 4

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Very useful Raymond. LB4 has a few more steps than the previous version, so this was a great help - thanks

GooseDave
Автор

Just loved you literally saved want to see more videos on loopback Sir, Please upload REST Api with postgresql with loopback

nilanjanmajumder
Автор

Im newbie to loopback 4 .. I have suggestion, can you create more tutorials in loopback 4 for beginners ?? because your documentation in loopback 4 is hard to understand when beginners try to follow it.

arielcopo
Автор

Just something I noticed Raymond. The explorer does not work over https out of the box. What file do you need to change to tell loopback 4 you are using https, instead of the default http? thanks

GooseDave
Автор

I tried the what you teach in this lesson, its ok when using memory db but when using mongodb datasource I get this error :

"error": {
"statusCode": 422,
"name": "UnprocessableEntityError",
"message": "The request body is invalid. See error object details property for more info.",
"code": "VALIDATION_FAILED",
"details": [
{
"path": "",
"code": "not",
"message": "should NOT be valid",
"info": {}
}
]
}
}

rsa
Автор

Great video... What about ACL, is there a way to implement them as of now? I'm looking at the Docs and it says TBD. So I'm wondering if there is a manual way to do it

yokodev
Автор

Hi, How to impletement JWT Authenticaltion in Loopback 4 endpoints. Please send me if you have any refernce examples.

liveentertiner
Автор

Great video! Is there a realtime integration in LB4? I use fireloop for realtime updates of client apps. After udate, fireloop (on top of LB3) give update emit to all connected clients. How does LB4 informs client on changes in databaserecords?

huubdegroot
Автор

Hello sir, I wanted to ask how to enforce uniqueness in mongodb documents. Thank you. Like username shoul be unique. That sort of thing

siddhanthada