Typescript API in NodeJS / Express in Depth [Part 1]

Поделиться
HTML-код
  • Опубликовано: 24 фев 2024
  • Learn how to create an API using Node JS, Typescript AND Express in 2024. I've also included testing which is something I haven't done in the past!
    I hope this helps!
    Github: github.com/joeythelantern/api...
    Jest Docs: jestjs.io/docs/getting-started
    Music by Tesko / prod. THXMOS:
    @prod.thxmos6970
    Support
    Like this video? You can show your support by buying me a coffee ☕❤️: www.buymeacoffee.com/nerdycanuck
    Socials
    Github: github.com/joeythelantern
    Twitter: / thenerdycanuck
    About The Channel
    The knowledge that I share here is mostly from my personal experiences. I wouldn't say I'm a 20 year professional, rather I am just a DevOps / Software Engineer with a lot of experience who enjoys teaching what I know in my spare time. I believe that sharing some of my basic knowledge on this platform can help others get started. There are many ways to program something and the videos you see here are my take on the NodeJS / Typescript / and sometimes Unity world. If this channel helps you learn, or helps you think differently then my job is done 😊.
    #typescript #nodejs #testing
  • НаукаНаука

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

  • @JacquesOP
    @JacquesOP 8 дней назад +1

    Thank you Sir that was exactly what I was looking for.
    Simple and educative!

  • @mallorylaforet6419
    @mallorylaforet6419 4 месяца назад +1

    Glad you're making videos again. I enjoy your content!

  • @csguru8211
    @csguru8211 Месяц назад +1

    Thanks a lot for providing such a quality content

  • @daz1uk
    @daz1uk Месяц назад +1

    Great video 👍

  • @AndrewEddie
    @AndrewEddie 4 месяца назад +2

    Great update. I shot you a pull request that shows you how to use the Rest Client plugin available in VSCode as an alternative to Postman.
    Also happy to do an example for project based snippets if you are interested (you could, as a silly example, set up a snippet to give you boiler-plate code for any middleware function).

    • @TheNerdyCanuck
      @TheNerdyCanuck  4 месяца назад +1

      I like that a lot! Looks really easy to define some routing tests (instead of postman)
      I think I'll merge it in for people to try.
      As for snippets, I'm saving those for other videos as things get more complex.

    • @AndrewEddie
      @AndrewEddie 4 месяца назад

      @@TheNerdyCanuck thanks for that!

  • @jchink2708
    @jchink2708 19 дней назад

    Nice work❤

    • @jchink2708
      @jchink2708 19 дней назад +1

      You got a new sub

  • @lukaslearning3549
    @lukaslearning3549 Месяц назад +1

    I hope you will cover Jest as well. I tried it before but I got trouble with type-checking inside test files.

  • @trieunguyentuan4589
    @trieunguyentuan4589 3 месяца назад +2

    why using package cors. Thanks

    • @TheNerdyCanuck
      @TheNerdyCanuck  3 месяца назад +1

      You can use a package for it for sure, it's probably easier