Skip to content

A modified version of the Heroku node-js-sample for use in a Cloud Deployment lab in COSC 484 at Towson University.

Notifications You must be signed in to change notification settings

ccrow1/cloud-deployment-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-deployment-lab

A barebones Node.js app using Express 4. Availible routes are /, /greeting, and /todo.

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

git clone https://github.com/DonSeannelly/cloud-deployment-lab.git # or clone your own fork
cd cloud-deployment-lab
npm install
npm start

Your app should now be running on localhost:5000.

Deploying to Heroku (via Heroku CLI)

heroku create
git push heroku master
heroku open

Alternatively, you can deploy your own copy of the app using the web-based flow:

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

A modified version of the Heroku node-js-sample for use in a Cloud Deployment lab in COSC 484 at Towson University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%