A personal file storage and management system built on top of IPFS, protecting your data.
1) Install Docker
Follow this official guide to install Docker.
If you want to play a little bit with Docker, you can follow this tutorial or even our workshop !
2) Install IPC
# Get the project
git clone git@github.com:PoCInnovation/InterPlanetaryCloud.git
cd InterPlanetaryCloud
# Build IPC docker image
docker build . -t ipc:latest
Run IPC 🚀
# Run IPC docker image
docker run -p 3000:3000 ipc:latest
You are now ready to access to your decentralized cloud 💥 !
Technologies 🧑💻
Database 📁
We use Aleph TS.
Security 🛡️
Your password is hashed with bcrypt.
Every file that you upload will be encrypted thanks to crypto-js.
Our PoC team 👌
Developers:
Project Managers:
Thanks to Tom Chauveau for contributing to this project by submitting his review to our code !