Mongo file storage Store your files in mongodb directly Steps Install dependencies npm i Setup env PORT=3000 PROJECT_NAME=MY Project DB=mongodb://localhost:27017/db-storage Start server node app.js Preview