Skip to content

A distributed cloud built on top of Aleph, the next generation network of distributed big data applications.

License

Notifications You must be signed in to change notification settings

PoCInnovation/InterPlanetaryCloud

Repository files navigation

InterPlanetaryCloud

A personal file storage and management system built on top of IPFS, protecting your data.

Installation 🔧

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

Quickstart ⏩

Run IPC 🚀

# Run IPC docker image
docker run -p 3000:3000 ipc:latest

You are now ready to access to your decentralized cloud 💥 !

Features 💫

Home Page

Home Page

Signup Page

Signup Page

Signup Page - Mnemonics given

Signup Page Mnemonics

Login Page

Login Page

Dashboard

Dashboard

Dashboard - Upload document

Dashboard Upload

How ? 🤔

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 !