Skip to content

Nilotpalchanda/python_mongo_upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Mongo DB Image File Upload

  pip install requirements.txt

Using Mlab for Mongo DB Cloud and its free.

app.config['MONGO_DBNAME'] = 'database_name'
app.config['MONGO_URI'] = 'mongodb://db_name:db_password@ds123619.mlab.com:23619/db_table_name'

About

Upload any file using Python

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors