How to connect flutter with MongoDB

后端 未结 3 2025
慢半拍i
慢半拍i 2020-12-21 15:25

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

3条回答
  •  天命终不由人
    2020-12-21 16:23

    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 !

提交回复
热议问题