Skip to content

Mayur0307/RentSure-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RentSure - House Rental Management Application

React Spring
A House Rental Management Application, which helps landlords and tenants mangage their rental properties. It apps features dedicated accounts and dashboard for tenants and landlords which displays all the necessary information like Rent Due, Rent Paid, Maintenance Requests, etc.

Deployed Link

Features

  • User Authentication
  • User Dashboard
  • Automatic Rent Calculation and Management
  • Maintenance Request and other Complaints Management
  • Manage Properties and Tenants

Tech Stack

  • React
  • Spring Boot
  • MongoDB

Deployment

  • Frontend - Vercel
  • Backend - Railway

Installation

  1. Clone repository
git clone "repo link"
  1. Install packages
cd "app"
npm install
  1. Start React frontend
npm start