Integrating mongoDB in the webflow app

how can I integrate mongoDB to store my database of the webflow app

Webflow uses its own CMS, exclusively. You cannot integrate any external database code into a Webflow project, so far as I know. However, they built an API so if you want to manage your data using MongoDB somewhere else, you can read and write to the CMS using api.webflow.com Here’s the documentation.