BetterBuy
Please check out the demo video πhere.
This application is deployed Please check it out πhere.
BetterBuy a NFT based digital warranties represent ownership of luxury items. For instance, a digital token on the blockchain could represent the ownership for a certain model of mobile phone created by your company. The Digital Warranties on BetterBuy.com are minted using a single smart contract that has different Token IDs and Metadata. The Metadata of an NFT is created to include the wallet address of the owner. Only the owner of an NFT with a wallet address included in the metadata can import the NFT into their wallet. The Metadata of each product also includes its product name, serial number, warranty duration, product description, warranty conditions as well as a timestamp for when it was issued and for how long itβs been active. Customer will receive an email containing a link to the transaction that enables him/her to import the Digital Warranty into his/her wallet according to his Token Address and Token ID.
$ git clone git@github.com:Sanskar6000/BetterBuy.com.git
$ cd Just-a-Journal
- create a .env file in server folder with following environmental variables
MONGODB_URL=
- Local MongoDB
- Install it from here
- In .env file update MONGODB_URI=mongodb://localhost/justajournal
- OR Atlas Cloud MongoDB
- Create database at https://cloud.mongodb.com
- In .env file update MONGODB_URI=mongodb+srv://your-db-connection
$ cd server
$ npm install
$ npm run dev
# open new terminal
$ cd client
$ npm install
$ npm start
- Run this on browser: http://localhost:3000