Skip to content

Luxzzifer/Warehouse-python-FLASK-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 = '')