Skip to content

jamesraymondbrown/RentProof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages