Build A Shopify App #2 - Admin API

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ • 36

  • @devwithalex
    @devwithalex  2 роки тому +1

    Here is the GitHub repo so you can follow along with the code:
    github.com/RAAbbott/Build-A-Shopify-App
    Each branch in the repo corresponds to a video in the series, you can refer to it to see all the changes I'm making in the video

  • @brandon_shopify_expert
    @brandon_shopify_expert 2 роки тому +8

    Man this is gold! I'm just starting out with Shopify app development and these tutorials are a huge help!

    • @devwithalex
      @devwithalex  2 роки тому

      Thanks for watching, appreciate the support!

  • @yashrai7148
    @yashrai7148 2 роки тому +1

    Awesome - It seems like there is now finally a course to start with shopify development which actually works

  • @pablorodriguez196
    @pablorodriguez196 2 роки тому

    dude this is amazing content, please do not stop creating these tutorials. Awesome work man!

  • @richardradcliffe6178
    @richardradcliffe6178 Рік тому

    This is an excellent tutorial. Thank you so much for putting these together.

  • @cristigeorge5371
    @cristigeorge5371 2 роки тому

    Can't wait for the next one, thanks a lot for the videos!

  • @yasirarafat9283
    @yasirarafat9283 2 роки тому +3

    I'm just stunned. No one ever discussed the things like this about shopify app development using Node & React.
    Well, I need to learn more. Where I will add products, orders, fulfilments, inventory and more. Can you please add more videos on this topics? And can you upload 3-4 videos per week? Thank you.

    • @devwithalex
      @devwithalex  2 роки тому

      Thank you for the support! I will definitely make more videos on a ton of different topics, I unfortunately can’t upload that frequently but will try to get them out as quick as I can!

  • @tejassarvaiya5589
    @tejassarvaiya5589 2 роки тому

    what clean explaining really helping so much thanks for making easy to understand shopify APP and again keep going this is really making a lot of help for us

  • @yotamfaraggi4794
    @yotamfaraggi4794 2 роки тому

    I cant wait for the next video

  • @WebSensePro
    @WebSensePro Рік тому

    Great videos , really help ful

  • @arshadaboo1798
    @arshadaboo1798 Рік тому

    Jeez! A mere 7 months later, files have changed drastically. Following the ideas but an updated tutorial would be immensely appreciated.

  • @rakibahmed1011
    @rakibahmed1011 Рік тому

    Please make a video on how we can use relational DB for storing necessary user or app data. please please please...

  • @darmar8609
    @darmar8609 2 роки тому

    Thank you for creating such a well explained tutorial to get started with Shopify App Development. The only issue I've faced here is that when I created my shopify app using the node template it never created a middleware and helper folder.

    • @devwithalex
      @devwithalex  2 роки тому

      So for this series you'll need to use the repo I've added in the description vs just the template generated from the CLI. They updated the template and API after I started the series so they will be a bit different from the newest versions, but the same concepts and everything will apply!

  • @mrmrk4003
    @mrmrk4003 2 роки тому

    Thanks For another video! love you!

  • @zone4731
    @zone4731 Рік тому

    hey alex, I tried the code from repo, but every time I built app and tried to refresh the web, the app show nothing(the app part showed nothing,just the app I build after refresh or restart the project that's make me crazy....),,,I have no idea what to do ...

  • @barathraj8855
    @barathraj8855 2 роки тому +1

    Waiting for the next video

  • @JulioLitzenberg
    @JulioLitzenberg 2 роки тому

    Hi, thank you for this series, it is very useful! One question, will you create a complete small app so that can understand the whole flow?

    • @devwithalex
      @devwithalex  2 роки тому

      Yep, at the end of this series we'll have built a small app together. There will be 2-3 more parts of the series!

  • @YvanSevic
    @YvanSevic 2 роки тому

    Hey Alex. Thanks for that tutorial. I followed the exact steps and yet I have an empty products response in my console. Would you know why?

    • @devwithalex
      @devwithalex  2 роки тому

      Hey! Do you see any errors on the server? I'd also try pulling down the exact code from my repo in the description to see if that works for you in case you missed something small.

    • @YvanSevic
      @YvanSevic 2 роки тому

      @@devwithalex Thanks for the answer! I actually could make it with the shopify app@latest. I created a middleware folder and a file containing Express and my graphQL request. I then exported that function to web/index.js. I then followed the steps you did at 19:40. Works like a charm, hope it can help other people.

  • @venkimithu
    @venkimithu Рік тому

    I am developing a spin game with from fill where users can form fill the email and name. I have developed the game and form. Can you please help me with form data saving part and displaying it on admin? I have also created the backend. It will really help me.

  • @guilhermesaraiva8883
    @guilhermesaraiva8883 2 роки тому

    They launched a new version, now we dont need to load the current session I think.

  • @kazinafizanam9397
    @kazinafizanam9397 2 роки тому

    can you pls make tutorials using rest api pls..........!!

  • @MusaRehman-m9o
    @MusaRehman-m9o Рік тому

    need an updated toturial dirctory changed function changed. Anybody can provide an updated video od app development on youtube?

    • @devwithalex
      @devwithalex  Рік тому +2

      Got one coming soon

    • @MusaRehman-m9o
      @MusaRehman-m9o Рік тому

      thank you so much bro , it will help me a lot
      @@devwithalex

  • @guilhermesaraiva8883
    @guilhermesaraiva8883 2 роки тому

    why did you use graphql and not REST?

    • @devwithalex
      @devwithalex  2 роки тому

      Graphql has data and endpoints that you don’t get with REST, it’s the preferred API they want you to use. I personally am more familiar with rest but GraphQL is the better option here in terms of support and new features going forward

  • @muhammadejaz8572
    @muhammadejaz8572 2 роки тому

    Next Part ?