The project involves creating a file-sharing system using the MERN (MongoDB, Express.js, React, Node.js) stack. Users can upload files, and upon successful upload, the system generates a unique link for each file. This link can be shared with others, allowing them to access and download the shared file. The system ensures secure and convenient file sharing through a user-friendly interface.
Install File_Sharing with npm
npm install File_Sharing
cd File_SharingClone the project
git clone https://github.com/nimish-star/File_Sharing.gitGo to the project directory
cd File_SharingInstall dependencies
npm installStart the client
npm startStart the server
npm startClient: React,
Server: Node, Express,
Database: MONGODB
If you have any feedback, please reach out to us at nimishlakhmani@gmail.con

