Heroku site hosting

I am not able to host my site on heroku
it says that method is not defined and in heroku cli with command heroku logs --tail its showing the screenshot attached,it says that some unhandled error event
git repo link =>https://github.com/Rahul172000/shopping-site-public-cart


this is showing on cmd for command heroku logs --tail
please tell what to do

I am able to host a simple site though but this site is not hosted can you tell me the changes required…

Is it working fine on localhost
If so check your db settings, it is hardcoded for localhost change it for production

DB settings on heroku account or somewhere else… Please elaborate a bit sir

Sir please tell something… Don’t know where to change the DB settings

???waiting for your reply sir…

In your db.js, check if you have set the settings for heroku or its just localhost

See this https://devcenter.heroku.com/articles/cleardb

did the changes and uploaded on github
you can check it but still same error is coming
the screenshot of the error is attached

one sec will change one more thing

now check
i changed from localhost to production but now even the localhost is not working and application error on heroku apps
please see to it

???i am not able to find out the mistake now
in my db.js file now have changed but file is still not working
suggest me what to do next

Have you done the clearDb settings for your project
ClearDb link I have posted above

is it paid coz its asking for credit card??

Yup, it is paid
What you can do is take a free mysql online server for your database and query from that

can you suggest one such server link

and how can i query from that i mean will it be same or some changes required

ok i got the online server part
now 2 problems
1.In use and get and post method, I am not able to decide what path to give coz with the current path localhost is used so what path to be given but on browser when i give path myself it works
2.I am not able to delete items form cart page,on localhost it was working fine but here its not happening
please solve my 2 queries

Which db server you are using now

Freemysqlhosting.net