Restaurantbackend
HOMEGITHUBYouTubeCONTACT
  • RESTAURANT BACKEND
  • NodeJS V/S firebase
  • Project Requirement
  • FIREBASE
    • What is Firebase?
    • Node js v/s firebase
    • Firebase Zip File Structure
    • Video installation Guide
    • Firebase System Requirement
    • How to Run
    • Cloud Config
    • Firebase Config
    • Firebase Deployment
    • Push Notification for Firebase
  • NODEJS
    • Introduction to NodeJS
    • NodeJS Zip File Structure
    • NodeJS System Requirement
    • How to Run NodeJS
    • Project Structure
    • API Config
    • Push Notification for NodeJS
  • Deployment
    • Heroku NodeJS Api
  • CHANGELOG
    • Changelog
  • SOURCE AND CREDITS
    • Source and Credits
  • User Manual -CMS
    • Home
    • Categories
    • Menu Items
    • Orders
    • Table Booking History
    • Coupons
    • Settings
  • Untitled
Powered by GitBook
On this page
  • Install Heroku Cli
  • Check Heroku-CLI installation
  • Create Heroku app and Deploy
  1. Deployment

Heroku NodeJS Api

It gives detailed information regarding the installation of heroku cli and to deploy NodeJS Api.

PreviousPush Notification for NodeJSNextChangelog

Last updated 5 years ago

Install Heroku Cli

Once you done all the required changes in finish local setup of the project and ready to production.

You need to install . It's available for MAC, Linux and Windows machine. Please follow this link and install CLI for deployment.

Check Heroku-CLI installation

$ heroku --version

If above command return the version number of heroku-cli then your heroku cli install and ready for deployment.

You need to Login with your heroku credential

$ heroku login // It will ask your heroku Email / pass 

Create Heroku app and Deploy

  1. Create New app

Once app created go to the deploy Tab and you can see your app git info that required app to deploy.

Login to .

https://dashboard.heroku.com
Heroku-cli
LogoThe Heroku CLI | Heroku Dev Centerherokudevcenter
Create heroku app from their dashboard
Heroku used Git to deploy your script