Answer the question
In order to leave comments, you need to log in
Where is the best place to deploy nuxt + strapi + mongoDB?
There is a project: Nuxt - front + Strapi - back, all in monorep, both need Node.js.
Where is the best place to put this thing? It is clear that vps.
A bunch of options: digital ocean, aws, etc. but what's the difference? What suits me best?
Wishes:
- .herokuapp./.netlify. etc. not an option in the address
- ideally, basic CI / CD out of the box
- separate hosting for the front, back and database (mongo)
- storage for files uploaded to the back
Answer the question
In order to leave comments, you need to log in
Still, I chose heroku as the easiest option for the test, deployed both applications there.
Followed this guide: How to deploy multiple apps in a monorepo with Heroku
Made a custom domain (bought from name.com), from .heroku. got rid of the address. Here's the guide: Setting Up A Custom Domain For Your Heroku-Hosted App
Linked to a github turnip via the heorku interface. I set up a simple CI: after the push, it builds and pushes to heroku on success.
MongoDB deployed at https://www.mongodb.com/cloud/atlas.
File storage - https://cloudinary.com/, most features for free compared to aws, google and others.
Everything is free :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question