LoopBack 4 | Fast and robust way to build an API.

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 32

  • @zahoorhussain196
    @zahoorhussain196 3 года назад +1

    Seriously you deserves trillions of likes just love it as i needed it badly this lecture

    • @Sweetdev
      @Sweetdev  3 года назад

      Glad that you enjoy the video Zahoor!

    • @zahoorhussain196
      @zahoorhussain196 3 года назад

      @@Sweetdev happy to see the quicky response from your side

  • @hardikpatel2578
    @hardikpatel2578 4 года назад +3

    Amazing introductory tutorial for loopback beginner.! need more tutorials like this to explore more in loopback.

    • @Sweetdev
      @Sweetdev  4 года назад +1

      Thank you Hardik! I LOVE the framework so probably in the future I try to make more videos about loopback.

  • @travelnlearn
    @travelnlearn 2 года назад +1

    Thank You Sir

  • @StoryWithPhoto
    @StoryWithPhoto 4 года назад +1

    we should a have prior knowledge of typescript to learn loopback?, can make apis with javascript?

    • @Sweetdev
      @Sweetdev  4 года назад

      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! :-)

  • @yoking1213
    @yoking1213 5 лет назад +2

    How does search, filter and pagination work in LB4

  • @derSeega
    @derSeega 3 года назад

    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

  • @RockyCastaneda
    @RockyCastaneda 4 года назад

    Thanks for the video. Maybe you can create another one that helps developers extend the API with custom functions.

  • @tharakaabeyratne2412
    @tharakaabeyratne2412 3 года назад

    How do you manage API versioning with LoopBack?

  • @decooliveirars
    @decooliveirars 4 года назад +1

    Awesome. Thank you.

    • @Sweetdev
      @Sweetdev  4 года назад +1

      You are very welcome! 😊

  • @manishmarx
    @manishmarx 5 лет назад +2

    Can make video on authentications also

  • @rsa408
    @rsa408 5 лет назад +1

    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.

    • @diegoignacioriquelmemurua4039
      @diegoignacioriquelmemurua4039 5 лет назад

      I you want to create entries with established id you should use put, post is meant to auto generate id

  • @91minh24
    @91minh24 4 года назад

    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 .

    • @Sweetdev
      @Sweetdev  4 года назад

      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 🍀

  • @datajedi5217
    @datajedi5217 4 года назад +1

    Thank you for this vidéo : very helpful !!

    • @Sweetdev
      @Sweetdev  4 года назад

      You are welcome!

  • @stephanhan.8390
    @stephanhan.8390 5 лет назад +1

    Do mind telling what's your Linux distro?

    • @udev6707
      @udev6707 5 лет назад

      Yeah, I also want to know.

    • @wiggipedia
      @wiggipedia 5 лет назад

      desktop environment looks like Budgie.

  • @haralc
    @haralc 5 лет назад +3

    I thought Baby Shark will be played in the beginning of the video ...

  • @daryazat8049
    @daryazat8049 4 года назад

    Great!

  • @JacquesvanWyk
    @JacquesvanWyk 5 лет назад

    Do you build API with Laravel or Lumen?

  • @Hypergraph
    @Hypergraph 4 года назад +1

    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?

    • @Sweetdev
      @Sweetdev  4 года назад +1

      :-) This is the beauty of loopback! You don't need to touch your editor for some basic structure

  • @Felipecuevas
    @Felipecuevas 4 года назад

    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?

  • @NehemieKOFFI
    @NehemieKOFFI 5 лет назад

    Yes very recommand Loopback. loopback.io/