This tutorial demonstrates how to create a sample restful API using NodeJS, typescript and express. You can watch the video or just go to github and start playing around :)
Like this video? You can show your support by buying me a coffee ☕❤️: https://www.buymeacoffee.com/nerdycanuck
I will use this tutorial as a base for future ones in order to save coding time.
Github: https://github.com/joeythelantern/nod...
Prettier Documentation: https://prettier.io/docs/en/options.html
Typescript Documentation: https://www.typescriptlang.org/docs/
Music by: Tesko / prod. THXMOS
Disclaimer: I am by no means a professional. I am just programmer with a lot of experience who would rather teach what he knows for free in his spare time in order to pay it forward. 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 typescript world 😊.
Sections:
0:00 Introduction
0:42 Project Configuration
5:17 Code Configuration
10:49 Creating the Server
18:24 Start the Server
19:29 Routes & Controllers
23:23 Final Thoughts
#typescript #nodejs #express #coding #tutorial