Storz is a decentralized, open source, usable-design-focused, storage application that is built to replace current storage providers in the market.
Features of our application:
-
Store unlimited files
-
Share your files to anyone
-
Ability to make the file public or private
-
All the files are encrypted using AES-256 Algorithm
-
Files are stored in IPFS , a high performance distributed server network protocol
-
Passwordless Authentication
-
Complete ownership of the data
-
User friendly interface
-
Fast, Reliable and Secure
-
Built on Modern and Well-used Technologies like React, IPFS,Fluence Protocol, MongoDB & NodeJS
Here is a sneak peek of the application and it's visuals 😍:
Landing Page |
|
Login |
Home Page |
My Files |
File Description |
Features |
|
P2P Sharing |
To get started with having your own instance of Storz, follow the steps described in the following section
You will need these to be already installed:
And that's it
Follow these steps to get started
# Clone the repository
git clone https://github.com/Sneakad/Storz.git
# Enter into the frontend directory
cd Storz/client
# Install the dependencies
npm install
# Enter into the p2p directory
cd Storz/p2p
# Install the dependencies
npm install
# Enter into the server directory
cd Storz/server
# Install the dependencies
npm install
In order to use this for your own purpose, you need the API keys. For the passwordless authentication, grab the API keys from Magic. For the IPFS, grab the required API keys from Infura and for the MongoDB, create a MongoDB Atlas server and setup the env variables accordingly.
# To run the frontend OR backend
npm start
# To build the frontend
npm run build
Here's a diagram explaining exactly how everything fits into place
Distributed under the MIT License. See LICENSE.md
for more information.
Just one last thing, if you have reached this far, why not consider giving a star to the repo. This keeps us going, and we love to see that people like our projects, and motivates us to make more of these. With that, thank you loads 😊🥰
~ Storz team