This is a simple file sharing application built with Node.js and Express. It allows users to upload files and share them with others. It also allows users to download files that have been shared with them.
- Clone the repository
- Run
npm installoryarn installto install the dependencies - Run
npm startoryarn startto start the server - If you want to run app in a specific directory the run
npm start <path>oryarn start <path>. It will list files in the given directory to reciever.
Once you run the application, you will get all the URLs the app is listening to.
While app is running you can press the number in front of the URL to get QR code or navigate to a URL in your browser.
To send file just select the file and click on send button. You can select multiple files at a time. To download file just click on the file name.
Demo PC UI:
Demo QR:
Demo Mobile:


