Skip to content

Simple Flask and MongoDB file upload server with authentication

License

Notifications You must be signed in to change notification settings

Technology-Geek/Flask_file_uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-File-upload-server

Simple Flask and MongoDB file upload server with authentication

Step 1. install packages from packages.txt

pip install <package name>

Step 2. change db connection in db.py

change connection string and database name and collection name

Application have 6 end points

  • / for serve static files
  • /home for test server connection
  • /signin for authinticate user
  • /signup for register new user
  • /upload for upload picture
  • /files/:filename for serve uploaded pictures

Best Luck.

About

Simple Flask and MongoDB file upload server with authentication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published