Skip to content

gabscrobson/wormhole-backend

Repository files navigation

What is Wormhole?

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.
Web Application Repository: https://github.com/gabscrobson/wormhole-web
Desktop Widget Repository: ...

Requirements

  • Node.js
  • npm or any other node package manager
  • Docker
  • Docker Compose
  • Github

Setup

Clone the repo and install the dependencies.

git clone https://github.com/gabscrobson/wormhole-backend.git
cd wormhole-backend
npm install

Start the docker container.

docker-compose up -d

Build and start the server.

npm run build
npm run start

About

Backend of Wormhole, a file transfer application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published