Static File and API Server | Build Starter Kit for Single Page Apps #1

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

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

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

    Thanks for watching! Like and share this video if you enjoyed it. Would also appreciate supporting the channel via the following options:
    Become a Patron → patreon.com/creativebracket
    Buy me a coffee → ko-fi.com/creativebracket
    Follow on Twitter → twitter.com/creativ_bracket

  • @oussamamaatallah0
    @oussamamaatallah0 3 года назад +2

    I just wanna say well done buddy, dart is a great solution for backend use and unfortunately I don't see that much of developers using it compared to node or other backend solutions, I'm looking forward for more, keep up the good work 👍👍

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

    This page 🔥

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

    I liked it too much!! I would like to know if there is a possibility to connect with oracle database?

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

    Great video! Thanks for that!
    I recommend take a look at shelf_router_generator to a approach more like Lavavel or Spring Boot !! It's awesome as well!!
    You use it along build_runner to generating your code as you save your code to generate the needed code to work with "annotation magic".

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

      You;'re welcome Aislan! I've seen the generator you mentioned and I like it too :)

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

    Bring complete tutorial on shelf of dart, there is not a single complete tutorial in youtube of shelf framework

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

    Is Shelf your recommendation for a server-side framework with Dart?

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

      Yes, at this moment Shelf is the way to go :)

  • @kono_jojo9821
    @kono_jojo9821 Год назад

    I am trying to do something similar to you, but i am trying to use shelf inside an inappwebview on android/ios devices. It cannot seem to find the index file even though its right there in the same directory as main.dart(when trying to implement the "catch all" route).
    Do you have any idea what the issue could be?

    • @CreativeBracket
      @CreativeBracket  Год назад

      Haven't used Shelf on mobile devices directly, so can't tell what the issue is. Assuming it's a Flutter app, try this solution inappwebview.dev/docs/in-app-localhost-server

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

    wow never knew people would use dart to create rest api or spa

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

    Why's your vscode shows dialog not default way ? How to change it like this ?

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

      I'd set my sidebar location to the right to place more focus on the code I'm writing. Open your user settings and search for "Side Bar: Location" setting. Should also be under User settings > Workbench > Appearance. Hope that helps :)

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

      @@CreativeBracket I meant dialog box 4:58 timeline )))

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

      @@jack_mc8 Ah my bad :( Misread your question. The dialog is default with my VS Code installation and I'm on the latest Mac OS.

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

      @@CreativeBracket I see, thank you!
      Video is good, well built speech and speed of information)

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

      @@jack_mc8 Thank you, I appreciate that

  • @rec-trick
    @rec-trick Год назад

    Is Shelf other than Shelf Router?