Skip to content

Olkliuchnyk/SnapCloud

 
 

Repository files navigation

Follow

Filenation.io

The simplest way to send unlimited files around the world

Filenation.io lets you send (large) files as a link to an email. The files cannot be censored as they are sent stored and transmitted decentralised because it uses the InterPlanetary File System (IPFS).

IPFS is a media distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open.

Filenation screenshot

Run on your own computer

If you would like to test Filenation on your own computer make sure you have Node installed and clone this repo

  git clone https://github.com/alexsicart/Filenation

Go into the folder and download modules:

  npm i

Testrun the the App on http://localhost:4200 with:

  npm start

There you go. If you later wish to build the code for production please run:

npm run build --prod

Tech Stack

Main Framework: Angular

Libraries: IPFS

Server: Private (Koa)

Contributors

We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct

Fork, then clone the repo: Push to your fork and submit a pull request.

About

The simplest way to send your files around the world using IPFS. ✏️ 🗃

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.0%
  • TypeScript 13.1%
  • CSS 9.1%
  • HTML 6.8%