Last updated
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?
What is POSTMAN and how to install - Please install this before the session!
Setup node on 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 -v
npm -v
In either case you should see the version of node or npm installed.
Last updated