Simple NodeJS/Express App
If this is the first time cloning the app, make sure to install all required packages
npm i
To run the app, execute the following script.
npm start
The app is now listening on https://localhost:3000
Navigate to the link and get started!