Deploy NestJS app to AWS
1) First setup Nginx on Ubuntu
https://anandparmar.hashnode.dev/install-nginx-in-aws-ubuntu-2004
2) Install Node in Server
First install Node Version Manager
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
export...
anandparmar.hashnode.dev2 min read