Skip to content

Moha-dotcom/File-Upload-Download-with-SpringBoot-and-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Upload-Download-with-SpringBoot-and-MongoDB

Simple RESTful web service using SpringBoot and MongoDB. I used GridFS to store files. GridFS is a specification for storing and retrieving files that exceed the BSON-document size limit of 16MB.

GridFS uses two collections to store files. - fs.files - store file’s metadata. - fs.chunks - store binary chunks of the file.

Screen Shot 2022-09-21 at 1 54 39 PM

Screen Shot 2022-09-21 at 1 57 46 PM

Screen Shot 2022-09-21 at 1 54 59 PM