Node application api host nginx using Reverse Proxy
Node Installation
sudo apt update
sudo apt install curl
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt install nodejs
node -v
npm -v
Nginx Installation
sudo apt update
sudo apt install nginx
sudo systemctl start nginx
sud...
venket.hashnode.dev3 min read