To install the modules needed use this line in the command line:
npm install --save mongodb express cors ejs axios jsonwebtoken cookie-parser bcryptjs fs path multer
Use this to run it:
node app.js
Or use this to run even when changes occur:
nodemon app.js