/rci-watch

Primary LanguageJavaScript

RCI Watch - A CIS4301 Group Project

This application will allow real estate investors the ability to analyze housing market data to make smarter decisions on their future investments. By providing the investor with deep insights into current and historical market data, including sales and time on market for every major metro area, our application will allow investors to home in on up-and-coming markets that would otherwise have gone unnoticed.

Setup (Frontend)

  1. Clone this repo git clone https://github.com/seankovacs/rci-watch.git
  2. Enter rci-watch directory cd rci-watch
  3. Install dependencies yarn
  4. Start app locally yarn start
  5. Profit

Setup (Backend)

  1. Enter backend directory cd backend
  2. Install dependencies npm i
  3. You will also need to install Oracle Instant Client locally - see here: https://www.oracle.com/database/technologies/instant-client.html
  4. TBD

Dataset Reference