Hello friends,
Need a quick help with the following.
I am in the process of developing a flutter web application. The frontend is obviously
in flutter. The backend or the restful server is in flask-python. And the database is mongoDB.
I was wondering what is the best approach to deploy the application in production. I have a hosting space from hostgator where server comes with some basic pre installed softwares like apache, php, mysql. I think I can deploy my flutter web application easily here. But not sure how to deploy python backend and MongoDB. For mongoDB, I also learnt that there is MongoDB Atlas(basically a PaaS platform) which I can use. But that will mean additional network calls.
Therefore confused. Kindly suggest. What is the best way to go about this.
Regards,
Vaibhav