notes app backend REST API with AWS EC2 Instance, stay server active with process manager
$ pm2 start npm --name "notes-api" -- run "start-prod"
$ pm2 restart notes-api
$ pm2 stop notes-api
$ pm2 start notes-api
notes app backend REST API with AWS EC2 Instance, stay server active with process manager
$ pm2 start npm --name "notes-api" -- run "start-prod"
$ pm2 restart notes-api
$ pm2 stop notes-api
$ pm2 start notes-api