House Marketplace

Find and list houses for sale or for rent.




house_marketplacegif

Installation

Do the following steps for installation



In the root folder create .env file

touch .env

Put the followings in the env file

REACT_APP_FIREBASE_KEY = <YOUR_FIREBASE_API_KEY>
REACT_APP_GEOCODE_API_KEY=<YOUR_GOOGLE_GEOCODE_API_KEY>

Install dependencies

npm i

Run the app

npm start

Credits