Deployment and Management of MonadLisa with PM2

This guide would detail steps for :


npm install pm2 -g

pm2 start index.js --name "monadLisa"

pm2 startup

pm2 save

pm2 status

pm2 logs monadLisa