You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
mms37 6cbc2d4497
msg
2 years ago
public new UI 9 years ago
.env Revert "That file was not needed, remove from rep (#107)" 6 years ago
.gitignore update .gitignore 8 years ago
Procfile Upgrade ejs modules (#227) 3 years ago
README.md Switch README deploy button image from PNG to SVG (#242) 3 years ago
app.json update git references to use main 4 years ago
data.db msg 2 years ago
index.js msg 2 years ago
package-lock.json msg 2 years ago
package.json msg 2 years ago
test.js add got to dev and fix errors 4 years ago

README.md

node-js-getting-started

A barebones Node.js app using Express 4.

This application supports the Getting Started on Heroku with Node.js article - check it out.

Running Locally

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

$ git clone https://github.com/heroku/node-js-getting-started.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Documentation

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