Preparation
Basics of Backend development
Client server model (6 min)
HTTP and HTML (7 min)
Video about node (13 min)
The structure of a web application Up until the "That’s all folks! (Well, sorta…)" part
Try to formulate answers to these questions and bring your answers to the session:
What is the server and what is the client?
What is http?
What is Node.js?
Basics of Node.js
What is POSTMAN and how to install - Please install this before the session!
Installation preparation
Node
Setup
nodeon your computer (skip to step 2 to check):Download from: nodejs.org/en/download
Check if node is installed in your system by running the following commands in Command Prompt/PowerShell/Git Bash:
node -vnpm -vIn either case you should see the version of
nodeornpminstalled.
Postman
Last updated