Skip to content

Latest commit

 

History

History
113 lines (82 loc) · 2.86 KB

README.md

File metadata and controls

113 lines (82 loc) · 2.86 KB

RentProof

RentProof is An app to track and analyze rental prices. Users can submit info about their rent costs, and the app tracks this data, graphing out rental increases over the years, and showing how each property's price fluctuations compare to the rest of the market. The project uses tech stacks such as React, Google API, Express, Node, and Psql.

Examples

Main Page

averages-filters

Color-Coded Pins

pin-color

Property View

selected-property

///////////////////////////////////////////////////////////////////////////////////////////////////////

Getting Started

To get started with RentProof, you'll need to install both the client and server dependencies. Here's how:

Clone the RentProof repository from GitHub: git clone https://github.com//jamesraymondbrown/rent-tracker

Install the server dependencies: cd rent-proof/server npm install

Install the client dependencies: cd ../client npm install

Start the server: cd ../server npm run start

Start the client: cd ../client npm run start

////////////////////////////////////////////////////////////////////////////////////////////////////////

Server Scripts

start: Starts the server reset: Resets the database to its initial state (run this only in development mode) run dev: Starts the server in development mode using nodemon

Dependencies

Server:

Client:

Scripts

  • start: Starts the client
  • build: Builds the client for production
  • test: Runs the client's test suite
  • eject: Ejects the client from react-scripts

Proxy

The client is configured to proxy API requests to the server at http://localhost:8001.