Tools to make real estate investing easy
The internet is now wildly used by real estate investors to find information on properties and to make decisions on where to invest. It is an essential tool for out of state investors. This application will make it easy to find properties, analyze deals, and manage investments.
Phase one will be an app where investors can add information about a property such as purchase price, expenses, and rental income, and generate a report of potential ROI and cash flow. Users can easily adjust the purchase price to see how it affects the potential of a deal. As much information as possible should be auto-populated to facilitate ease of use.
update the MONGO_URI in config/keys.js with the appropriate name and pasword.
# Install dependencies for server
npm install
# Install dependencies for client
npm run client-install
# Run the client & server with concurrently
npm run dev
# Run the Express server only
npm run server
# Run the React client only
npm run client
# Server runs on http://localhost:5000 and client on http://localhost:3000