Skip to content

sumedhiscoding/FileSharingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Sharing App in React and NodeJs

Working Demo

fileSharingDemo.mp4

Overview

This repository contains a Node.js and React application that utilizes Multer for handling form submissions with file uploads. The application provides a seamless way to upload files through a form and showcases the integration of both server-side (Node.js) and client-side (React) technologies.

Prerequisites

Before you start, ensure you have the following installed:

  • Node.js and npm
  • React
  • MongoDB (if your application involves database operations)

File Upload with Multer:

The server directory includes a Multer middleware setup in uploadMiddleware.js. This middleware handles file uploads from the client-side form. Adjust the configurations in this file as needed, such as setting the destination folder or defining file size limits.

Client-Side (React):

The client directory contains the React application.Used multiform data as axios option for handling file upload/

Contributing:

Feel free to contribute to the project by creating issues or submitting pull requests. Your input is highly valued.

License:

This project is licensed under the MIT License.

About

A Beautiful App to share your personal files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published