Why is website not working on a live server?

I have built a website on Node.js, using Handlebars and Express.js connecting to MongoDB.
I am not sure why after I have uploaded it to the live hosting server it just show Files Directory..
Here is the snippet of what I see:
what i see right now on the live server

I understand I think that it is looking for index.html but I use templating Handlebars and my entry point is index.js as I stated in package.json here:
enter image description here