I have a website build with node js and MongoDB and I want to create a mobile app with flutter and I don\'t know how to connect flutter with MongoDB.
give me some co
As far I'm working with flutter,It's better to create a system that been built from Back-end and Front-end, Here I created an example, with flutter web and node Js in CentOS server:
https://github.com/nimr77/Nginx-with-flutter-mongoDb-and-Npm the Nodejs will be the interface between the server and the app, and the Nginx is the HTTP server, our Lovely flutter will be the website That will manage the database.
I hope it will help you !