Building a Scalable GraphQL Server with Node.js, Express, and Apollo Server in 2023

แชร์
ฝัง

ความคิดเห็น • 15

  • @ДмитрийБондарь-ж1у
    @ДмитрийБондарь-ж1у 3 หลายเดือนก่อน

    Thank you for excellent video with a lot of useful info!

  • @Artur-pj2vl
    @Artur-pj2vl 4 หลายเดือนก่อน

    very helpful tutorial about apollo graphql !

  • @MuhammadAbubakar-kg1bd
    @MuhammadAbubakar-kg1bd 11 หลายเดือนก่อน

    Solved the problem! Thanks😊

  • @mikemalone4867
    @mikemalone4867 8 หลายเดือนก่อน

    Very nice! Thank you for this tutorial! I plan on expanding upon it for a personal project 😃
    One thing I will add is that my setup needed me to define the Mutation in the schema for the graphql/index.ts file. Without it the server threw an exception and it would not start. I'm not sure how it worked for you in this video 🤔but nevertheless, it was easy to solve.

  • @AirdropsWhitelistHub
    @AirdropsWhitelistHub ปีที่แล้ว

    thank you bro, really helpful

  • @mikedev4673
    @mikedev4673  ปีที่แล้ว +2

    github.com/michaelDonchenko/graphql-server-template github link

    • @PrajwalBati
      @PrajwalBati ปีที่แล้ว

      Link is broken. e is missing at the end of the link

    • @mikedev4673
      @mikedev4673  ปีที่แล้ว

      @@PrajwalBati great catch, thanks

  • @tedogirma
    @tedogirma ปีที่แล้ว

    Thanks Men

  • @viveksharma-uk2jg
    @viveksharma-uk2jg ปีที่แล้ว

    can i create server.ts file as well ..??

    • @mikedev4673
      @mikedev4673  ปีที่แล้ว

      sure just change your imports accordingly

  • @YunkaiLiu-z5m
    @YunkaiLiu-z5m ปีที่แล้ว

    very organized. Thanks for your share. Could you please link the source code somewhere next time?

    • @mikedev4673
      @mikedev4673  ปีที่แล้ว

      sure, probably forgot to paste a link

  • @okyanawangramadhana4879
    @okyanawangramadhana4879 ปีที่แล้ว +5

    Soo bad, u skipped soo many steps and explanations there

    • @mutahhirkhan
      @mutahhirkhan 8 หลายเดือนก่อน +1

      It's not for beginners, as he said, you may use this as a boilerplate which means any dev who is familiar enough with these tools can skip the configuration part and can directly start with this template.
      For the fundamental understanding of each component, you need to work individually on every tool discussed in it.
      nodemon, nodejs, typescript, expressjs, prisma, postgressSQL, graphQL...