Skip to content

Have you wondered if a house is a good buy for your real estate portfolio? REInvest's free software will give any user important details to help make the decision a lot easier for you. Important attributes crucial to your investment decisions are considered such as Cash on Cash return, ROI, Net Operating Income, Fixed Monthly Morgage, Monthly Ca…

Notifications You must be signed in to change notification settings

hfbgk321/reinvest_fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Reinvest.life

Lines of code GitHub repo size

Description

Have you wondered if a house is a good buy for your real estate portfolio? REInvest's free software will give any user important details to help make the decision a lot easier for you. Important attributes crucial to your investment decisions are considered such as Cash on Cash return, ROI, Net Operating Income, Fixed Monthly Morgage, Monthly Cash Flow, and many more valuable details for you to evaluate the investment upon. This software also allows you to save your previous houses, allowing you to come back and check them whenever you want.

Navigating the UI

  • Homepage Upon logging in, you will be directed to your properties page, which will allow you to view, edit, or create analysis for a new property.

  • Add New Property Clicking the Add New Property button will redirect to a form page, prompting you to fill in some information about your property. Our software will then use that data to calculate different factors of this property using industry formulas.

  • Updating Property There are two ways that you can edit information about a property. You can either click the edit button in the property page or click the update button in the analysis page.

  • Viewing existing properties All your existing properties will populate in your properties page. We incorporated a search bar for you to search properties based on address. To view data about an existing property, just click the view button, which will direct you to the analysis page of that property.

Getting Started

How to run this on your local server:

  1. Clone the project, and run the command 'npm install' in the terminal to install dependencies.
  2. To launch the backend local server, run the commands 'cd ' and 'npm run dev'
  3. To launch the frontend local server, run the commands 'cd ' and 'npm start' Both the backend and frontend server need to be started and running for the software to be operable.

Prerequisites

What things you need to install the software and how to install them

You will need to install VSCode, as well as Node.js

Installing

$ git clone https://github.com/hfbgk321/reinvest_fullstack.git
$ cd .\reinvest_fullstack\
$ <Go to .env.example to connect to your own MongoDB database and provide the Token Secret>
$ cd .\reinvest_backend_master\
$ npm install
$ cd ..
$ cd .\reinvest_frontend\
$ npm install
$ cd .. 
$ cd .\reinvest_backend_master\
$ npm run dev
$ <Open up a new Terminal>
$ cd .\reinvest_fullstack\
$ cd .\reinvest_frontend\
$ npm start

The website should launch automatically in a new window.

Deployment

REInvest was deployed on Heroku for the backend server and the frontend server on Netlify

Check it out: http://reinvest.life/

Built With

Technologies Used: React.js, Node.js, Express.js, Mongoose, MongoDB, Git, Heroku, Netlify, JS, HTML, CSS, JSX, Bootstrap, Axios, Babel, JSON Web Token, JS-Cookie, Cors, Nodemon, Charts.js, React Router

Contributing

Github:

Linkedin:

About

Have you wondered if a house is a good buy for your real estate portfolio? REInvest's free software will give any user important details to help make the decision a lot easier for you. Important attributes crucial to your investment decisions are considered such as Cash on Cash return, ROI, Net Operating Income, Fixed Monthly Morgage, Monthly Ca…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •