This is a simple Express app designed to get the IP address of the user.
Make sure you have git installed on your system. If not, install it from here. And also make sure you have yarn installed on your system. Then run the following commands:
git clone https://github.com/itsme-Subid/GetIp.git
cd GetIpyarnFor running the app, you need to run two commands in two different terminals.
1st Terminal:
yarn dev2nd Terminal:
yarn nodemon