Skip to content

htutman/nodejs-express-hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-express-hw

Simple Express Hello World! Node.js application prepared for Heroku deployment.

Deploy

Invoke REST end-point on Heroku

curl https://[Heroku App Name].herokuapp.com/hello

Run locally

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

Invoke REST end-point locally

curl localhost:5000/hello

About

Simple Express Hello World Node.js application prepared for Heroku deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published