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
-
npm install dotenv
-
npm install joi
-
npm install bcrypt
-
npm install jsonwebtoken
-
npm install nodemailer
-
npm install crypto-js
-
npm install body-parser
-
npm install multer
-
npm install simple-spellchecker
-
npm install string-similarity
-
npm install sharp
Get hands-on with 1400+ tech skills courses.