What is good practice for deploying ecommerce app?
Do you separete database from main app (second droplet, different cloud)?
How do you store images? do you use S3 or similar?
@shalker21 You’re asking us how to architect your application. That’s for you to decide, as there’s no one single way. Do what makes sense for your application and budget.
It does not matter what project you plan to implement
Determining the right scenario in the first step, no matter how time consuming, is a basic prerequisite for the largest projects
In most projects you will do the same thing
Images can be uploaded anywhere and use any drive if needed
But my suggestion is to upload your files more centrally
It does not matter how slow the project is
It is important that the project is principled
For example, a blog project is very similar to a store project, and there will be only a slight difference in the type of coding you have, albeit with more features.
Do not deceive yourself in terms of the type of project and just start, be successful