Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 563 Bytes

File metadata and controls

21 lines (10 loc) · 563 Bytes

Warehouse-python-FLASK-

Configuration Steps: Install Flask and MongoDB Libraries: First, ensure you have installed the necessary libraries: Flask for your web framework and pymongo for MongoDB connectivity. You can install them using pip:

-pip install Flask
-pip install pymongo

image

Enter MongoDB Database URL on (MONGO_URI = "") Enter MongoDB DatabaseProject on (DB_PROJECT = '') Enter MongoDB Collection on (COLLECTION1 = '')