Simple Express Hello World! Node.js application prepared for Heroku deployment.
curl https://[Heroku App Name].herokuapp.com/hello
Node needs to be installed locally. Make sure the Heroku CLI is installed.
git clone https://github.com/htutman/nodejs-express-hw.git
cd nodejs-express-hw
npm i
heroku local:start
curl localhost:5000/hello