An example to store images and other files to mongodb Datbase using GridFS
Upload any file to mongo database
This is an example application to show you how to upload images or other other file format files to mongodb database.
With yarn installed, run
$ yarn install
$ yarn start
This will start your server at port 3000
MIT