|-- Program-Index:
|      |-- smart-contract-backend-index.txt: all file names and description in system backend
|      |-- blockchain-frontend-index.txt: all file names and description in system frontend
|
|-- Folder-Index.txt
|-- README.txt
|
|-- docs:
|      |-- Brochures:
|      |      |-- BrochureFinalDemo1.pdf: brochure for demo1
|      |      |-- BrochureFinalDemo2.pdf: brochure for demo2
|      |
|      |-- DemoSlides:
|      |      |-- Demo 1 Slides.pptx: slides for first demo
|      |      |-- Demo 2 Slides.pptx: slides for second demo
|      |
|      |-- Reports:
|      |      |-- Report 1 Final.pdf: first report (unedited)
|      |      |-- Report 2_G5.pdf: second report (undedited)
|      |      |-- report_3_G5.pdf: third report
|      |
|      |-- demo-backend-techdocs: contains technical documents for the backend server
|      |      |-- projectDirectoryTree.txt : directory of project(not final)
|      |      |-- TechDocs(backend) : actual documentation folder; contain html
|      |      |                       with all of the relevant files
|      |      |
|      |
|      |-- frontend-technical-docs: contains files that have technical documentation
|      |                            and schemas regarding things found in the client
|      |                            side of the system
|
|-- data: folder containing info on data used in our system
|-- tests: folder containing info on tests of our system
|
|-- code: folder containing the source code for our system; split into 2 folders,
|         one for client side and another for server side
|
|      |-- blockchain-frontend.zip: source code for client side
|      |-- smart-contract-backend.zip: source code for server side
