chat-app icon indicating copy to clipboard operation
chat-app copied to clipboard

How do I deploy this to heroku?

Open talmax1124 opened this issue 3 years ago • 2 comments

talmax1124 avatar Feb 03 '21 12:02 talmax1124

Make a Procfile web:node app.js written in it. Sign up on heroku Create app Download heroku CLI On cmd write heroku login follow the basics steps in documentation Also in script tag of package.json Write start:"node app.js"

UtkarshA135 avatar Jun 22 '21 10:06 UtkarshA135

An alternative to Heroku for deploying the backend API : Cyclic.sh.

achintya-cell avatar Jun 26 '23 08:06 achintya-cell