All Projects → shubhambattoo → node-js-file-upload

shubhambattoo / node-js-file-upload

Licence: MIT license
NodeJS File upload with GridFS and Multer

Programming Languages

javascript
184084 projects - #8 most used programming language
EJS
674 projects

Projects that are alternatives of or similar to node-js-file-upload

nestjs-file-streaming
NestJS File Streaming With MongoDB
Stars: ✭ 28 (+7.69%)
Mutual labels:  gridfs, gridfs-bucket
gobarber-api-gostack11
API GoBarber / NodeJS / Express / Typescript / SOLID
Stars: ✭ 39 (+50%)
Mutual labels:  multer
Online-Food-Ordering-Web-App
Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App
Stars: ✭ 96 (+269.23%)
Mutual labels:  web-development
Coursera-Clone
Coursera clone
Stars: ✭ 48 (+84.62%)
Mutual labels:  multer
meteor-jalik-ufs-gridfs
GridFS store for UploadFS
Stars: ✭ 13 (-50%)
Mutual labels:  gridfs
Codebot
Free and open source (MIT license) web-based IDE focused on game development.
Stars: ✭ 86 (+230.77%)
Mutual labels:  web-development
terraform-cloudflare-maintenance
Terraform module to create a responsive Maintenance Page using Cloudflare Workers.
Stars: ✭ 111 (+326.92%)
Mutual labels:  web-development
arboles
Mapa de Arbolado Urbano
Stars: ✭ 13 (-50%)
Mutual labels:  web-development
framework
Cygnite PHP Framework- A Modern Toolkit For Web Developers
Stars: ✭ 43 (+65.38%)
Mutual labels:  web-development
List-of-Learning-Resources
This collection provides a list of educational resources for Software Engineers. Feel free to add your favorite resources as well and help others in their journey of learning.
Stars: ✭ 363 (+1296.15%)
Mutual labels:  web-development
image-upload-app
A simple image upload application using React and Node, which explores multiple ways to upload an image including using multer as a middleware, a CDN system and converting an image to a string and storing it.
Stars: ✭ 35 (+34.62%)
Mutual labels:  multer
simple-image-server
Host Your Own Image Server based on MongoDB, Azure Blob Storage or Google Drive
Stars: ✭ 29 (+11.54%)
Mutual labels:  gridfs
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (-11.54%)
Mutual labels:  web-development
trackeRapp
An interactive web application for the analysis of sports data from GPS-enabled tracking devices
Stars: ✭ 27 (+3.85%)
Mutual labels:  web-development
image-discovery-app-js
JavaScript Image Discovery Web Application. Use to search, discover, filter, and manipulate imagery.
Stars: ✭ 22 (-15.38%)
Mutual labels:  web-development
LifestyleStore
An Online Shopping website[Built for learning purpose]
Stars: ✭ 41 (+57.69%)
Mutual labels:  web-development
Apni-Dukaan
An E-commerce site to buy products of need.
Stars: ✭ 27 (+3.85%)
Mutual labels:  web-development
coindesk-dashboard
Transform a nice behance.com design in HTML,CSS
Stars: ✭ 13 (-50%)
Mutual labels:  web-development
Systemizer
A system design tool that allows you to simulate data flow of distributed systems.
Stars: ✭ 1,219 (+4588.46%)
Mutual labels:  web-development
handbook
A guide for members of the Suncoast Developers Guild
Stars: ✭ 16 (-38.46%)
Mutual labels:  web-development

NodeJS GridFS Upload

Using new gridfs bucket

About GridFS read more

To read more about the GridFS bucket read more

Methods working

  • Able to upload files
  • Able to retrive files
  • Able to Delete files and chunks from the db

Author

👤 Shubham Battoo

Usage

Download or Clone the project, cd node-js-file-upload

then install all the required dev and depenedencies by running

npm install

Serve the project

npm start

Server starts on the port http://localhost:5001

You can follow the following tutorial which describes how all the code works on this repo

https://dev.to/shubhambattoo/uploading-files-to-mongodb-with-gridfs-and-multer-using-nodejs-5aed

Give a ⭐️ if this project helped you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].