Clone this repository and use these commands after installing Heroku CLI
heroku login
heroku create your-app-name
heroku stack:set container
heroku container:login
heroku container:push web
heroku container:release web
git add
git commit -m "First Commit"
git push heroku master
˃ Fork this Repository
˃ Open Render && Create an account
˃ Open Dashboard && Click on new Web Service
˃ Enter URL of your forked repository, if private connect github account
˃ Fill the details
˃ Select Plan & Click on Create Web Service
˃ Grab some coffee & let the deployment complete
˃ Once done Click on the App URL