Sqlite node.js express full stack deploye Helo

Hello, i am still learning and here is my first project on github

i use nod.js + express + sqlite Database + html + css + javascript + some libraries
i want Deploy my project to get url and use my website…
i tried to deploy but i got these errors
1 : Error: Cannot find module ‘/opt/render/project/src/app.js’
2 : throw err;
many times …
please i am still junior … if can help me by a link or video or steps to help me i wll be glade
thank you

Your app is called server.js, as described in your package.json file.

In your render project settings you will need to set the run command to:

npm run start

good luck !!

you will likely also have to set the build command to:

npm update

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.