Wormhole is a quick and easy way to share files between devices. It can be used via the Web Application or the Desktop Widget, available for Windows, macOS, and Linux.
The user can upload 1GB of files per day, and the files are stored for 24 hours. The user can also share the files with a QR code or a link.
Backend Repository: https://github.com/gabscrobson/wormhole-backend
Desktop Widget Repository: ...
- Node.js
- npm or any other node package manager
- Github
Clone the repo and install the dependencies.
git clone https://github.com/gabscrobson/wormhole-web.git
cd wormhole-backend
npm installBuild and start the application.
npm run build
npm run start