Skip to content

DevamKJani/File-Management-System

Repository files navigation

PROJECT NAME: FILE MANAGEMENT SYSTEM OVER BLOCKCHAIN

SUBJECT: INTERNSHIP 1 (COMP 8967) PROFESSOR: DR KALYANI SELVAJARAH

TECHNOLOGIES USED:

  • Solidity: For smart contract programming
  • HTML, CSS and JS (variants included): For web application programming
  • Ganache/Truffle: For setting up local blockchain network using ethereum
  • IPFS (a Protocol): For network sharing information
  • Web3.js (a Library): For interaction between smart contracts and web application

Note: tools and technologies may subject to change.

TEAM MEMBERS:

  • Keshruwala Harsh, Solidity Developer
  • Siddhardha Pitchika, Product Owner and Web Developer
  • Jay Patel, Tester and Web Developer
  • Devam K Jani, Web Developer and Scrum Master
  • Steeve Nazareth, UI/UX Developer

DIRECTORY TREE:

FileManagementSystem/ ├── smart-contracts/ │ ├── FileManagement.sol │ └── migrations/ │ └── 2_deploy_contracts.js ├── client/ │ ├── public/ │ ├── src/ │ │ ├── components/ │ │ │ ├── AddFileForm.js │ │ │ ├── FileList.js │ │ │ ├── Home.js │ │ │ ├── Navbar.js │ │ │ ├── Notifications.js │ │ │ └── RemoveFileForm.js │ │ ├── contracts/ │ │ │ └── FileManagement.json │ │ ├── ipfs.js │ │ ├── utils.js │ │ ├── App.js │ │ ├── index.js │ │ └── serviceWorker.js │ ├── package.json │ ├── yarn.lock │ └── README.md ├── truffle-config.js ├── package.json └── README.md

SCREENSHOTS:

Screenshot from 2023-03-24 09-02-19 Screenshot from 2023-03-24 09-02-31 Screenshot from 2023-03-24 09-03-29 Screenshot from 2023-03-24 09-04-02 Screenshot from 2023-03-24 09-04-05 Screenshot from 2023-03-24 09-04-21 Screenshot from 2023-03-24 09-04-29 Screenshot from 2023-03-24 09-04-44

About

A File Management System based on Blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •