Pop Quiz! How do you execute a file? Let’s say you have a bit of Node.js you want to run…How would you do that?
From the terminal, be sure you’re in the proper dirctory and then type the command:
node filename.js or in this case node server.js
How do you stop the server from running?
Stop it pressing the ctrl-C key combination
If you need to use Axios for your project, where should it be installed?
Your local project directory.
How can you test sending a POST request?
By using the Post Test Server,
https://ptsv2.com/ Bookmark it for later.
How can you clear up a messy terminal on Linux?
Ctrl-L