cheddarmonk / super-duper-hepta-journey

Group Repository for CIS-486
https://super-duper-hepta-journey.herokuapp.com/
2 stars 3 forks source link

Connect github app to Heroku and build sucessfully #7

Closed cheddarmonk closed 3 years ago

cheddarmonk commented 3 years ago

GitHub (GH)

App link: https://super-duper-hepta-journey.herokuapp.com/

History on Issue:

Heroku wouldn't build the app originally and threw the error

-----> Building on the Heroku-20 stack
-----> Determining which buildpack to use for this app
 !     No default language could be detected for this app.
            HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
            See https://devcenter.heroku.com/articles/buildpacks

After creating the package.json file and pushed to GH, Heroku said the app was built successfully. Upon viewing the app via link above, we get this error

Capture

Requirements for fulfillment:

cheddarmonk commented 3 years ago

SOLVED

Added "start": "node app.js which enabled the start command for the server. Credit to Dr. Cumbie for pointing me in the right direction.