Skip to content

Pasukaru/heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

Installation

Init the local git repo:

$ git clone https://github.com/Pasukaru/heroku.git
$ cd heroku

Init heroku:

$ heroku create

Verify the remote repository config:

$ git remote -v

Install the MongoLab heroku Add-on:

$ heroku addons:add mongolab

Heroku Deployment

Deploy the code:

$ git push heroku master

Open the deployed project in your browser:

$ heroku open

Reload the page to get a list of previous visitors stored in the DB

About

A simple node.js app, ready for deployment with heroku!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors