RentSure is a comprehensive rental management and verification platform designed to streamline the rental process for landlords, property managers, and tenants. Our solution provides tools for tenant screening, rent collection, maintenance requests, and property management.
- Tenant Screening: Background checks, credit reports, and rental history verification
- Smart Rent Collection: Automated rent payments and reminders
- Maintenance Management: Request tracking and vendor coordination
- Document Management: Digital lease signing and storage
- Property Analytics: Insights on property performance and tenant satisfaction
- Frontend: React.js
- Backend: Node.js with Express
- Database: MongoDB
- Authentication: JWT and OAuth2.0
- Payment Processing: Stripe API
- Cloud Hosting: AWS
- Node.js (v14 or higher)
- MongoDB
- npm or yarn
- Clone the repository
git clone https://github.com/yourusername/rentsure.git
cd rentsure- Install dependencies
npm install
# or
yarn install- Set up environment variables
cp .env.example .env
# Edit .env with your configuration details- Start the development server
npm run dev
# or
yarn dev- Project Lead: Aniket Warule (aniketwarul775@gmail.com)