Reputation: 11
I create a project using hbs, Nodejs, mongoDB ,so I need to deploy it on internet. Can someone tell how to host it using Netlify or railway app, vercel etc. free services
Upvotes: 1
Views: 726
Reputation: 120
You can log in on railway using your Github account. When you finish setting that up. The following you can do is create a new project on railway based on the repo of the project on Github you want to deploy.
Documentation: https://docs.railway.app/
Upvotes: 0