Master the Art: Building a Node.js GraphQL API with Apollo Server

Sdílet
Vložit
  • čas přidán 29. 11. 2022
  • In this video we will build a simple GraphQL API using node.js and Apollo Server. By the end of this video you will be able to create a server and make queries to that server.
    Tools For this Video:
    nodejs.org
    yarnpkg.com
    code.visualstudio.com
    ------------------------------------------------------------------------------
    If you're enjoying the content on this channel, please consider supporting the channel by buying me a coffee.
    www.buymeacoffee.com/emberdyn
    Affiliate Links
    Just some cool things I use that you might like as well.
    ------------------------------------------------------------------------------
    GEAR
    Logitech MX Master
    amzn.to/3SZsLig
    Shure MV7 USB Mic
    amzn.to/3HYgrsg
    Logitech G915 Mechanical Keyboard
    amzn.to/4bDeqz2
    SOFTWARE
    Click Designs
    8eba22y5upsisp920jha2eoa6r.ho...
    WallStreet Forex Robot
    a5a672u0pdgpvx57cz3iue0rer.ho...
    HEALTH
    Puravive
    ca12f4r4oflp2kfcwdfavhlfau.ho...
    Sugar Defender
    841e2-uxoblist7fyfggo2rw01.ho...
    Liv Pure
    04e584xwunjtpz27yozou2ev38.ho...
  • Věda a technologie

Komentáře • 9

  • @Emberdyn
    @Emberdyn  Před rokem +6

    Hope you all enjoy this project.

  • @AdnanAfzal565
    @AdnanAfzal565 Před 7 měsíci +1

    Suggestion: You can use the following code for production:
    const API_PORT = process.env.PORT || 4000;

  • @dodigital6835
    @dodigital6835 Před rokem +1

    good one! thanks bro.

    • @Emberdyn
      @Emberdyn  Před rokem

      Thanks. Glad you enjoyed it!

  • @user-el2uf2bm3m
    @user-el2uf2bm3m Před rokem +1

    Could you please make a video of multiple graphQL queries and mutations files and implement redis

  • @bikrantjungbudhathoki3687

    Hey, You know apollo-server is depreciated and new apollo v4 is out. Can you help on integration of apollo v4 with TypeGraphQL??

    • @Emberdyn
      @Emberdyn  Před rokem

      Hey absolutely I will take a look and make a new video soon with it. Thanks for the feedback.

  • @mohdsahil226
    @mohdsahil226 Před rokem +2

    Thank you! Could you please add mongoDB and prisma to it with typescript. It gives me cors error

    • @Emberdyn
      @Emberdyn  Před rokem +2

      Hey! Absolutely. I am planning to build the same thing but using typescript, prisma, and mongodb. Look for that soon. 😊