Heroku is one of the most popular cloud platform as a service (PaaS). We can use it to deploy and manage our application in simple & convenient way. This tutorial guides you through the steps of deploying Node.js app on Heroku with ClearDB and MySQL database. The deployment will be done using Git and Heroku CLI.
Related Posts:
– Build Node.js Rest APIs with Express & MySQL
– Node.js Rest APIs example with Express, Sequelize & MySQL
– Dockerize Node.js Express and MySQL example – Docker Compose