Skip to content

Files

Latest commit

author
Shreyas Kanjalkar
Aug 8, 2023
250cd2c · Aug 8, 2023

History

History
7 lines (6 loc) · 274 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 274 Bytes

awsWebsite

My naive implementation and learning project of JavaScript and nodejs

Before running the code, redirect port 3000 to port 80 by running the following in the cloud:

sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3000