An open API service indexing awesome lists of open source software.

https://github.com/tejazz/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.
https://github.com/tejazz/image-upload-app

cdn firebase firestore javascript multer nodejs reactjs

Last synced: over 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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.