Create A Node JS API Using Prisma, Express and TypeScript

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

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

  • @Rettson
    @Rettson  2 года назад +6

    Apologies for the fan sound that starts happening part way into the video, that's my laptop trying to run audio recording software and overheating... anyway here's the link to the code on GitHub - github.com/JasonMerrett/express-prisma-api 😃

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

    This tutorial helps, I understand your the way you explain in the video and I now fully understand how to make an api using TS, Prisma and express. Thanks sir!

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

    Missing your legendary Intro

    • @Rettson
      @Rettson  2 года назад

      It was there originally but I edited it out because the intro part of the video was very boring

    • @Ryanisalive
      @Ryanisalive 2 года назад

      @@Rettson No it's very appealing.

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

      @@Ryanisalive Thank you :)

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

    Great video, quick question. Why did u not use OOP like in your previous videos?

  • @izlemicom
    @izlemicom 2 года назад

    Thanks man

    • @Rettson
      @Rettson  2 года назад

      No problem, thanks for the comment on my previous video, sorry it took so long to make this!

  • @gregudogu7079
    @gregudogu7079 2 года назад

    Hi bro.
    Is there a way you can make your fonts a bit bigger for better UX on Mobile devices, fonts are barely visible. I enjoy watching your videos on my iphone while coding along on my workstation.
    Thanks for the good work you do on this channel.

    • @Rettson
      @Rettson  2 года назад

      Yeah I can zoom in on my text editor, will make a note to do that for future videos :)

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

    what are advantages of prisma over something like mongoose?

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

      I'm not sure you could really compare them as Mongoose is made specifically for MongoDB and Prisma is more for relational databases like MySQL, Postgres etc. even though it does support MongoDB I would still go for mongoose if I wanted to use MongoDB as it's specifically built for that. There are caveats with prisma when using Mongo that you would have to worry about which I think would be annoying to deal with. Both are really good so it's really going to come down to what database you want to use.

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

      @@Rettson thanks for the detailed answer! really loved your videos, in fact wathing one rn 😍

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

    At @1:54 you said "You will also need a Postgres database", and then you mentioned you are using Docker.
    I don't get it.
    Isn't Postgres the database itself?

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

      Postgres is a database and I was running it in a Docker container.

  • @brinishbritto5781
    @brinishbritto5781 2 года назад

    Buddy... Please add your linkedin profile to this account

    • @Rettson
      @Rettson  2 года назад

      I don't have LinkedIn, too much spam.

  • @izlemicom
    @izlemicom 2 года назад

    There is no controllers And services

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

      Yeah this tutorial is focused on how to use prisma. As I mentioned in the video I'll have a project based video that has a more detailed api with controllers and services 😀

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

      @@Rettson okay waiting for that video impatiently