This API for upload, retrieve and remove large Video in mongoDB and implement Gridfs. features give mongodb can save large file using chunks, for save video to Mongo using Mongo GridFs feature given Mongo for storing large file
- Nodejs
- Express
- MongoDB
- Mongo GridFS
- Management (Create/Upload, Read, Update, Delete) Video
- Stream Video
- Clone the repository
- Install all depedencies usin
npm install
- Install MongoDB to database
- Run application with
npm run dev