Skip to content

kazimanilaydin/whereami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whereami

Node.js app using Express 4.

Screenshot

Screenshot1 Screenshot2

Running Locally

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

$ git clone https://github.com/kazimanilaydin/whereami # or clone your own fork
$ cd whereami
$ npm install
$ npm start

Your app should now be running on localhost:80.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

--------------------

Install the Heroku CLI

Download and install the Heroku CLI.

If you haven't already, log in to your Heroku account and follow the prompts to create a new SSH public key.

$ heroku login
Clone the repository

Use Git to clone whereami's source code to your local machine.

$ heroku git:clone -a whereami
$ cd whereami
Deploy your changes

Make some changes to the code you just cloned and deploy them to Heroku using Git.

$ git add .
$ git commit -am "new comment and new changes..."
$ git push heroku master

-------------------

or

Deploy to Heroku