cMDB is a Blockchain based movie rating platform. You can:
- Explore movies. You can see their poster, title, and the plot
- Add a movie if not available
- Give a rating on a scale of 1 to 10
- See an average of all the ratings that a movie got
- See how many ratings the movie got
- Keep track of your ratings and modify them
cMDB is community driven. It means that any user can add a movie, or modify an existing one. The rating of a movie is the average rating of all the users.
The website is hosted here.
- Install the CeloExtensionWallet from the Google Chrome Store.
- Create a wallet.
- Go to https://celo.org/developers/faucet and get tokens for the alfajores testnet.
- Switch to the alfajores testnet in the CeloExtensionWallet.
- Create one or multiple accounts with the extension wallet.
- Add movies.
- Give them a rating
- Check if the 'Your rating' section is right, change your rating and you'll see it change too.
- Check if the average rating is right.
npm install
npm run dev
npm run build