I completed an independent and basic project which is about Edit Distance Algorithm. Need a deployment environment for demo to show off some people. I've got 2 app API + Client in GitHub Repo. How could I deploy to Heroku ?
Asked
Active
Viewed 51 times
1 Answers
1
Heroku has very good documentation for deploying Node.js application in its platform. Kindly go through it and raise a question, if you are struck in the midway.
If Vue + Express is your concern, this article might help you.

kRiZ
- 785
- 8
- 14
-
Thank you, but I didn't notice any doc for my problem. I need 2 terminal to start for 2 servers in my local. This is my problem. – burakkaanerce Jan 09 '19 at 06:04
-
Updated my answer. – kRiZ Jan 09 '19 at 06:10
-
It says "~/app/express-app >DEBUG=myapp:* npm start" What does it mean ? myapp – burakkaanerce Jan 09 '19 at 06:15
-
myapp is your express app. In your context, it is api. – kRiZ Jan 09 '19 at 06:17
-
I did every step but when I was trying to connect localhost:4000, It directed to classic API (Cannot GET /) – burakkaanerce Jan 09 '19 at 06:29
-
solved the situation, resetting express was solved and now I'll deploy to heroku. thank you dude. – burakkaanerce Jan 09 '19 at 07:14