Question
What would be the best way to deploy an app for 10 people
I have written an app in node.js and Vue. This app needs to be used by about 10 people for now, but it must be scalable to at least 100 users.
It will also use mongodb and the environment of each user needs to be separated from each other.
What would be the best way to implement this on digital ocean?
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.
×
What I forgot to mention is that the app must be kept running even if the website interfacing with the app is closed