Hi guys, today we will learn how to upload and store image in mongoDB database. It is not recommended in real world projects for storing media files in database. So why do we need to learn, because we are developers 😞 . Just kidding ...
project github link = https://github.com/sk-Jahangeer/media...
project blog link = https://dev.to/jahangeer/how-to-uploa...
If you found any mistakes or making it better, let me know in comment. I hope you have learned something.
0:00 Create Node.js App
0:54 Setup Express Web Server
2:16 Configure MongoDB Database
4:11 Configure Upload Middleware
7:25 Image Upload Route
9:26 Image Stream & Delete Routes
13:05 Testing API's