How to deploy a NodeJS app to Heroku in 3 minutes

preview_player
Показать описание
This video will walk you through how to deploy a simple NodeJS app to Heroku cloud platform. (updated 2020)

This is a video in the tutorial "Doctors appointment booking system - NodeJS + MySQL"
Backend: Nodejs (Express Framework), MySQL (Sequelize package)...
Frontend: EJS view engine, AJAX...

To install all devDependencies: (set config production to false, then deploy again to install dev dependencies package), use:
heroku config:set NPM_CONFIG_PRODUCTION=false

The next video: Heroku deploy failure - Top 3 error newbies always have.

The previous video:

🌎 Find Me Here:

#nodejs
#heroku
#deploy
Рекомендации по теме
Комментарии
Автор

I'm doing an assignment on this. Your series is so helpful to me. Thanks alot, bro

lynnetran
Автор

Nice man, Thanks, from colombia here.

ThebLdYsBeast
Автор

Nice Job, thank you so much, amazing work!!

rafaeljara
Автор

can you tell me pls that heoku is free or paid ? because when i upoload my code thorough cmd it will says pament link no another opetions to see..?

ixine_edits
Автор

anh làm thử deploy code có db ở trên atlas đi ạ

manhhoach
Автор

how about "everything up-to-date" error when git push heroku master?

edwinhighdefinition
Автор

When I deploy my app it just apear a white page, please help :(

jeansoto
Автор

did not work for me, at 1:42 it throws an error, heroku not recognized

eurgaptis
Автор

error: src refspec master does not match any
getting this error

railsgang