FYP21050 Instructions to run the decentralized application Step 1: Start Ganache and install truffle-cli Step 2: Run the blockchain cd ./server/blockchain npm install truffle migrate --reset Step 3: Run the server cd ./server npm install npm run dev Step 4: Run admin application Open new terminal cd ./Admin yarn npm start Step 5: Run user application Open new terminal cd ./User npm install npm start