Skip to content

hsyndeniz/node-ipfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS IPFS

Server code implementation for IPFS image upload service!

How to Install

Download IPFS => https://ipfs.io/docs/install/

Start an IPFS node with your CLI;

ipfs daemon 

It will start working at localhost:5001

git clone https://github.com/hsynterkr/node-ipfs
cd node-ipfs
npm install
npm start

It will start working at localhost:5000 Now you can upload photos to your local IPFS node.

You can send a HTTP POST request to localhost:5000/upload to upload an image file!

About

IPFS image upload service!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published