Online housing aggregator built with react
How to Run:
Server
- Navigate to root directory and run
npm install
- Start a local instance of MongoDB
- Run:
node server.js
Client
- Navigate to client/ directory and run
npm install
- Create a
.env.local
file with your google apikey:REACT_APP_GOOGLE_APIKEY=xxxxxxxxx
- Run:
npm start
- Visit http://localhost:3000/
Scrapers
- Navigate to scrapers/ directory
- Make sure local instance of MongoDB is running
- Run:
node <file_name>