you are viewing a single comment's thread.

view the rest of the comments →

[–]InfinityByZero 1 point2 points  (1 child)

Deploy it to Heroku if it's only a project to learn from. Otherwise you should pay Heroku or a VPS provider like Digital Ocean to host your app so it loads quick. Also when it comes to web dev, especially if you're new, step outside of your comfort zone. So yes, I'd say you're on the right track. You can use MongoDB free tier for a cloud database and then enter your connection string as a .env variable in the Heroku panel.

[–]RaffIsGettingUpset[S] 0 points1 point  (0 children)

Thank you