This project uses Ansible to automate the deployment of a Node.js application on remote managed nodes.
STEPS
copy compressed file to remote server
extract the archive
install dependencies [ npm, nodejs ]
run npm install
run npm start
Technologies Used
Ansible
Node.js