Express app hosting

I have created an express app,and have used mongodb for storage,
Where can I host my app online for free…
Kindly help out

Hello there,

For fullstack apps, one of the most popular places is Heroku. Although, you can make use of the IDE-like platforms to do much the same:

  • Repl.it
  • Glitch
  • CodeSandbox

Hope this helps

Thanks a lot, this has helped