Skip to content

A simple full-stack app to upload an image. React on the frontend and Node.js + Express + Multer on the backend. Images are saved locally, and the server responds with the image

Notifications You must be signed in to change notification settings

BunkDev5674/image-processor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

📸 Upload-Image

A simple full-stack app to upload an image with a description.
Built using React on the frontend and Node.js + Express + Multer on the backend.
Images are stored locally, and the server responds with image details.


🔧 Tech Stack

  • Frontend: React (with Axios)
  • Backend: Node.js, Express, Multer
  • Storage: Local /uploads folder

About

A simple full-stack app to upload an image. React on the frontend and Node.js + Express + Multer on the backend. Images are saved locally, and the server responds with the image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.5%
  • HTML 12.0%
  • CSS 6.5%