Skip to content

Instantly share code, notes, and snippets.

View imran-vz's full-sized avatar
🎓
Mostly Learning

Mohammed Imran imran-vz

🎓
Mostly Learning
View GitHub Profile
@imran-vz
imran-vz / setup-nodejs-mongobd-nginx.sh
Last active June 17, 2022 08:53
Install NodeJS, MongoDB and Nginx
#!/usr/bin/env bash
echo "
----------------------
NODE
----------------------
"
# add nodejs 14 ppa (personal package archive) from nodesource
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -