Server Dependencies
Let’s familiarize ourselves with a guide for installing the server dependencies.
We'll cover the following...
Here’s a full list of the application dependencies and the instructions needed to install them. To understand what the goal of a package is, please refer to the corresponding lesson.
Server dependencies list
The following list contains all the required packages to run the Node.js application:
-
npm install mongoose
-
...