Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.63 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.63 KB

Block-Kart

  • A Blockchain-based Ecommerce Website With Admin Pannel and Digital Warranty System using NFTs.
  • Tech Stack: Reactjs, Nodejs, MongoDB, Solidity, Ethereum, Web3js, ERC721 smart-contract

Demo

Demo Video

ScreenShots

User Side

Landing Page

Login and Registration of users

Product page

Order Page

Product Digital Warranty

User Profile

Admin Pannel

Dashboard

Product list

Add New Products

User list

Transaction details

Intructions (to run this project on your local machine)

  • Run npm i to install all the dependencies in client, server and dashboard folder
  • Run npm start in the above three folder to start the application
  • Open admin pannel and client localhost in different browsers.(having metamask extension installed)
  • Add the following in the .env file in SERVER folder
    • PORT =5000
    • NODE_ENV=production
    • JWT_SECRET=secretkey
    • MONGO_URL=