Table of Contents:
Deployed with Heroku:
https://codydevloop-washburn-realestat.herokuapp.com/
-
This app was created with focus on the MERN technology stack, and Auth0 authentication.
-
It is designed to be used by independent real estate agents.
-
The app provides the primary functions of Zillow.com using the RealatorAPI. (Login, Search, Favorites, Map)
-
The app creates value to the agent by providing user search habits (graphs and charts) and other metadata to asist the agent's marketing efforts. (ADMIN on navbar)
1. Install Nodejs dependencies.
```
npm install
```
2. In the root directory of the project, start the app.
```
npm start
Cody Hoover, Alex Poshivailo, Dallas Washburn, Azucena Gonzalez
- marking a property as favorite will initiate an API call. After a 1-3 second delay, a camera icon will display and link to a modal containing a carousel of the photo gallery, and any property description details.
MIT License