*HOST YOUR OWN PRIVATE STORAGE*
Appart from the common features of a storage system, here are a few unique features -
- Download a file to the server. Just provide a link to a downloadable file and the server will download it and store it for you.
- (Coming Soon) Download a torrent to the server. Just provide with a magnet link and the server will download the torrent for you. A time saver when you want to download a torrent file with less peers.
These instructions will help you get the project up and running on your local machine for development and testing purposes.
- Backend
npm install
- Frontend
cd client
npm install
npm run start:dev
npm run build
npm start