This project is a frontend part of Paribu Hub Bootcamp final project. You can find smart contract of this project in my repo. The smart contract of this project is here: https://github.com/melihgunduz/renting-smart-contract
This frontend app provides user to a easy interactions with smart contract.
- You can run every user functions in smart contract.
- Create property in blockchain.
- Rent property.
- Send rent request.
- Delete property.
- Create complaint for property owner or hirer.
Follow the steps inside the projects to set up the whole project locally.
- Node.js: Ensure Node.js is installed. Download it from nodejs.org.
- Be sure you have installed your Metamask wallet.
- Get some TBNB from BNB Testnet Faucet: https://testnet.bnbchain.org/faucet-smart
- Clone the repository:
git clone https://github.com/melihgunduz/softrental-frontend.git
- Navigate to the project directory:
cd softrental-frontend
- Install required npm packages:
npm install
To run app follow this code
quasar dev