Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 459 Bytes

README.md

File metadata and controls

39 lines (34 loc) · 459 Bytes

IPFS file UPLOAD in NodeJs

Testing API

  1. Clone repo
git clone https://github.com/mondyfy/ipfsupload.git
  1. change directory
cd ipfsupload
  1. Install dependencies
npm i

or

yarn
  1. Copy .env.example and update API keys
cp .env.example .env
  1. Start Server
npm run start

Folder Structure

  • server
    • controllers
    • routes
    • temp
    • index.js
  • .env
  • package.json