This application is a marketplace that allows users who log in with MetaMask to become either sellers or buyers. Buyers can approve the product in the purchase process using the 'approve' function, or cancel it using the 'refund' function. Buyers can also add reviews to the purchased product.
follow this steps:
- open terminal in project directory
- write 'Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass' command (for Windows Users)
- yarn install
- yarn blockchain
open new terminal window
- write again 'Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass'
- yarn deploy
- yarn seed
- yarn dev
alternative (If you do not want to open the project in developer mode, you can apply these alternative commands)
- you can use after 'yarn deploy' command
- yarn build
- yarn start