https://github.com/rugvedb/nodejs-heroku-deploy-demo
This repo is used to demonstrate hosting node.js app on heroku. Read the blog for steps.
https://github.com/rugvedb/nodejs-heroku-deploy-demo
gyaanibuddy heroku medium nodejs
Last synced: about 1 month ago
JSON representation
This repo is used to demonstrate hosting node.js app on heroku. Read the blog for steps.
- Host: GitHub
- URL: https://github.com/rugvedb/nodejs-heroku-deploy-demo
- Owner: RugvedB
- Created: 2021-02-07T14:37:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T16:23:18.000Z (over 5 years ago)
- Last Synced: 2025-03-14T23:22:40.961Z (over 1 year ago)
- Topics: gyaanibuddy, heroku, medium, nodejs
- Language: JavaScript
- Homepage: https://www.gyaanibuddy.com/blog/hosting-nodejs-app-on-heroku-in-less-than-5-mins/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nodejs-Heroku-Deploy-Demo
[](https://nodejs.org/en/)
### About
This repo is used to demonstrate hosting node.js app on heroku.
You can read blog version of it on
- Gyaanibuddy
- Medium
------------------------------------------
### Installation
Clone the repository and install node modules
```
git clone https://github.com/RugvedB/Nodejs-Heroku-Deploy-Demo
cd Nodejs-Heroku-Deploy-Demo
npm i
```
Run
```
node index.js
```
Checkout the site on http://localhost:3000/
------------------------------------------
Developed with :heart: by Rugved