Music-share-platform-through-Blockchain

This is a simple implementation of backend integration with blockchain technology.

This project simply uses email as authentication for users,though it is advised you use encrypted password as authentication.

It gives chances for upload of music files and access to files needed by the user.

Steps to reproduce

  • npm install
  • In another terminal of same directory, run ganache-cli
  • Go back to the previous terminal and run truffle compile
  • Then run truffle migrate
  • Then run truffle test
  • Then run npm run start