Backend Development for Flutter devs: Beginner (Nodejs & Typescript)
1 min read
#flutter #backend #nodejs #typescript #introduction
In this video we will look at the foundational elements involve in create a backend. we will be using NodeJS along with typescript for demonstration but the ideas are the same no matter what http framework is used.
💻Github Repository💻
🎉BuyMeACoffee🎉
00:00 intro
02:10 setup
08:08 create entrypoint
12:12 install thunder client
14:09 http actions
20:36 setup typeorm
28:00 create resource with post action
38:12 fetch resource with get action
40:15 update resource with put action
45:30 update resource with patch action
47:03 remove resource with delete action
48:20 create routes in separate file
source