Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 704 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 704 Bytes

Decentralised Airbnb

A completely responsive decentralised react Airbnb clone made with travel advisor, google maps api, google places api, material ui and solidity.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_GOOGLE_MAP_API_KEY

REACT_APP_TRAVEL_ADVISOR_API_KEY

REACT_APP_CONTRACT_ADDRESS=0xf41f748dD76822B2550C8d66e164c312cce776Ca

Run Locally

Clone the project

  git clone https://github.com/mchitaru/decentralised-airbnb.git

Go to the project directory

  cd decentralised-airbnb

Install dependencies

  yarn

Start the server

  yarn start