Hey there! Thank you for stopping by. No, you don't need to learn typescript ( loopback.io/doc/en/lb4/FAQ.html ) and yes, you can do API's using only JavaScript! I recommend you to try playing around with Express and create some simple endpoints. Let us know if you have more questions... You can found very helpful people around here! :-)
Hi, I tried your Tutorial over 3 times but there is an issue that comes to me for all my tests. I will be appreciated if you can help me. please 1) the "id" does not come in the POST "try it out". 2) for all my tris I have this issue: { "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": {} } ] } } 3) in memoryDB or lb3 itis ok database has no problem but in version 4 I have a problem in the first test.
I have question . How to bundle Loopback 4 for run in real host instead run in localhost ? I tried to npm run build but folder dist didn't work on host Thank so much .
HI! To prepare your Loopback API you will need to do some configuration. loopback.io/doc/en/lb2/Preparing-for-deployment.html In this link you will find more details about the process. Good luck 🍀
I didn't have time to fully watch but i needed to see how loopback code looks like. Skipped every minute and all i saw was the terminal window throughout the video . is it coded using terminal?
Seriously you deserves trillions of likes just love it as i needed it badly this lecture
Glad that you enjoy the video Zahoor!
@@Sweetdev happy to see the quicky response from your side
Amazing introductory tutorial for loopback beginner.! need more tutorials like this to explore more in loopback.
Thank you Hardik! I LOVE the framework so probably in the future I try to make more videos about loopback.
Thank You Sir
we should a have prior knowledge of typescript to learn loopback?, can make apis with javascript?
Hey there! Thank you for stopping by. No, you don't need to learn typescript ( loopback.io/doc/en/lb4/FAQ.html )
and yes, you can do API's using only JavaScript!
I recommend you to try playing around with Express and create some simple endpoints.
Let us know if you have more questions... You can found very helpful people around here! :-)
How does search, filter and pagination work in LB4
Good job. It is just a bit strange to use npm for installing but then yarn to start. Yarn add is the equivalent to npm install
Thanks for the video. Maybe you can create another one that helps developers extend the API with custom functions.
How do you manage API versioning with LoopBack?
Awesome. Thank you.
You are very welcome! 😊
Can make video on authentications also
Hi, I tried your Tutorial over 3 times but there is an issue that comes to me for all my tests. I will be appreciated if you can help me. please
1) the "id" does not come in the POST "try it out".
2) for all my tris I have this issue:
{
"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": {}
}
]
}
}
3) in memoryDB or lb3 itis ok database has no problem but in version 4 I have a problem in the first test.
I you want to create entries with established id you should use put, post is meant to auto generate id
I have question .
How to bundle Loopback 4 for run in real host instead run in localhost ? I tried to npm run build but folder dist didn't work on host
Thank so much .
HI! To prepare your Loopback API you will need to do some configuration. loopback.io/doc/en/lb2/Preparing-for-deployment.html
In this link you will find more details about the process. Good luck 🍀
Thank you for this vidéo : very helpful !!
You are welcome!
Do mind telling what's your Linux distro?
Yeah, I also want to know.
desktop environment looks like Budgie.
I thought Baby Shark will be played in the beginning of the video ...
😄
Great!
Do you build API with Laravel or Lumen?
I didn't have time to fully watch but i needed to see how loopback code looks like. Skipped every minute and all i saw was the terminal window throughout the video . is it coded using terminal?
:-) This is the beauty of loopback! You don't need to touch your editor for some basic structure
Hi, anybody that knows how to make a custom endpoint controllers to filter whit a relation ship table to find the name in the other table?
Yes very recommand Loopback. loopback.io/