
Deploy a Node Js App on AWS EC2
Test the project locally Clone the project git clone https://github.com/<user-name>/<repo-name>.git cd <repo-name> code . touch .env Setup the following environment variables - (.env) file PORT="" Initialise and start the project npm install ...
Dec 19, 20242 min read