Report this

What is the reason for this report?

How should I structure a Full stack app with the vue front-end, express for backend server and mongodb for database on digital ocean?

Posted on October 31, 2018

How should I structure a Full stack app with the vue front-end, express for backend server and mongodb for database on digital ocean? I expected to have around 10k users. Considering scaling, ease development, continuous integration, among others, should I use two $5 droplet for express and mongodb or one $5 droplet will be enough.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

Just came across this question and wanted to suggest a few things for anyone who comes across this in the future:

  • Initially if you are not expecting a lot of traffic you could deploy all of the services on a single Droplet and then scale up as needed
  • Also DigitalOcean now offers Managed MongoDB databases, so if you have to scale you could easily do that with the Managed clusters:

https://www.digitalocean.com/products/managed-databases-mongodb/

Best, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.