Skip to content

Latest commit

 

History

History
150 lines (86 loc) · 2.66 KB

File metadata and controls

150 lines (86 loc) · 2.66 KB

File Fusion

This is a project created using Node.js, Express.js and React.js to merge multiple files into a single file.

Features

  • Merge multiple files into a single file.
  • Drag and drop the files to merge.
  • Selected files are displayed in a row.
  • Selected files can be rearranged.
  • Delete the selected files individually or all at once.
  • Download the merged file.

Getting Started

To get started with this project, follow the instructions below:

Clone this repository using Git:

git clone https://github.com/Srinivas1109/File-Fusion.git

i. Go to the client directory:

cd merge-files
cd merge-files-client

ii. Install the dependencies:

npm install

iii. Start the server:

npm run dev

iv. Open the browser and go to the following URL:

http://localhost:5173

v. Open new terminal and go to the server directory:

cd merge-files
cd merge-files-server

vi. Install the dependencies:

npm install

vii. Start the server:

nodemon index.js

Prerequisites

Acknowledgments

Author

Contributors

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Contact

Support

If you have any questions, please contact me at vasuy1614@gmail.com

Code of Conduct

This project and everyone participating in it is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [ github.com ].

Security

If you discover any security related issues, please email

[ github.com ] instead of using the issue tracker.

Credits

About

This project is maintained by Srinivas.

Limitations

  • This project is not yet completed.
  • This project currently supports only for .pdf files.