REST Api for parsing demo files
  • JavaScript 88.2%
  • Dockerfile 10.9%
  • Procfile 0.9%
Find a file
2014-02-07 14:48:08 -08:00
.gitignore ignore node_modules with .gitignore 2013-07-05 16:45:58 -04:00
package.json Update version of Express 2014-02-07 14:48:08 -08:00
Procfile init 2012-08-16 21:11:09 -07:00
README.md fix markdown typo 2013-07-18 14:56:29 -07:00
web.js use the latest version of express 2013-07-18 14:44:42 -07:00

node-js-sample

This is a barebones Node.js app using the Express framework.

Running Locally

Asumming you have Node.js and Heroku Toolbelt installed on your machine:

git clone git@github.com:heroku/node-js-sample.git # or clone your own fork
cd node-js-sample
npm install
foreman start

Your app should now be running on localhost:5000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Documentation

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