Z-Guess enables users to track sell-price estimates for house listings on Zillow and generates a score based on "closeness" to the final sale price. Z-Guess leverages the RapidAPI Zillow.com API to acess real-time data and updates, and stores data in a PostgreSQL database. Developed as part of Software Development I at Oregon State University.
FrontEnd: React.js, HTML/CSS
BackEnd: Node.js
DataBase: PostgresSQL (switched from MySQL in 2023)
Cloud: Railway (Postgres), Vercel (React/ Node)
Locally - vercel dev
Deployment - vercel --prod
Current Design: Demo Logic
In Development: Production Logic
- Shift from Demo to Production Logic (On-going)
- Deployment w/ Limits, Special Accounts
- User Authentication
- Group Competition Logic
- Removal of Spotify Project
Make a GET request with the userName in the url link. UserName must be in the DB system, use featheru for testing purposes
serverAddress = http://flip2.engr.oregonstate.edu:6363
GET ${serverAddress}spotifyproperties/{UserName}
Data returned as JSON from API. If no properties are found the following entry will be returned {Url: "No Properties Found"}
json({Url: ?})










