Pinata Filesystem and PinDrop acts as a layer on top of Pinata's storage system that allows users to organise and visualise their files using folders and sub-folders.
It provides an interface and at the same time extends the features of Pinata. The users can associate files with folders, as well as do most of the general functions like creating, deleting and downloading files and folders.
Read full post here
- Node v20.18.0
- clone the repository ~ develop branch
cd /server
- install deps
npm i
- copy
.env.example
into.env
and populate the file - do the migrations
npx knex migrate:latest
npm run dev
cd /client
- install deps
npm i
- copy
.env.example
into.env
and populate the file npm run dev
- Please ensure the API_URL is correct in client env
- Duplicate files/filenames can't be uploaded even in different folders as on pinata they are stored together
- Folder names are alphanumeric without spaces
- Please report any bugs on github
- currently deleting folder is shallow