Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I deploy this to heroku? #18

Open
talmax1124 opened this issue Feb 3, 2021 · 2 comments
Open

How do I deploy this to heroku? #18

talmax1124 opened this issue Feb 3, 2021 · 2 comments

Comments

@talmax1124
Copy link

No description provided.

@UtkarshA135
Copy link

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"

@achintya-cell
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants