Dede Holsing
Dede Holsing

Reputation: 11

How to deploy handlebars(hbs) , Nodejs, mongoDB application

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

Answers (1)

JMag
JMag

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

Related Questions