{"id":25998717,"url":"https://github.com/rahulkumar-fullstack/renthome","last_synced_at":"2025-03-05T17:36:27.280Z","repository":{"id":278196399,"uuid":"933676564","full_name":"rahulkumar-fullstack/renthome","owner":"rahulkumar-fullstack","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-02T15:30:29.000Z","size":664,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T15:32:40.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rahulkumar-fullstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-16T12:49:42.000Z","updated_at":"2025-03-02T15:30:32.000Z","dependencies_parsed_at":"2025-02-18T14:34:45.538Z","dependency_job_id":"436d036a-6fab-4234-b620-96b62477d7f6","html_url":"https://github.com/rahulkumar-fullstack/renthome","commit_stats":null,"previous_names":["rahulkumar-fullstack/renthome"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulkumar-fullstack%2Frenthome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulkumar-fullstack%2Frenthome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulkumar-fullstack%2Frenthome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulkumar-fullstack%2Frenthome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahulkumar-fullstack","download_url":"https://codeload.github.com/rahulkumar-fullstack/renthome/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242070577,"owners_count":20067283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-05T17:36:26.796Z","updated_at":"2025-03-05T17:36:27.251Z","avatar_url":"https://github.com/rahulkumar-fullstack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Renthome log](apps/core/static/core/images/logo.png)\n\n**\"A modern, high-performance rental platform for seamless property renting and listing.\"**\n\n![Python](https://img.shields.io/badge/Python-3.13-blue)\n![Django](https://img.shields.io/badge/Django-5.1.6-green)\n![MySQL](https://img.shields.io/badge/MySQL-9.2-blue)\n![Uvicorn](https://img.shields.io/badge/Uvicorn-0.34.0-yellow)\n![Tailwind CSS](https://img.shields.io/badge/TailwindCSS-4.0-cyan)\n![Gmail](https://img.shields.io/badge/Gmail-D14836?logo=gmail\u0026logoColor=white)\n\n---\n\n## 🚀 About the Project\n\nRentHome is a **fully asynchronous** rental platform built with **Django ASGI and Uvicorn**, ensuring **high performance** and **scalability**. The UI is designed with **Tailwind CSS** for a **lightweight and modern** experience.\n\n### ✨ Features\n\n- **Fast \u0026 Scalable**: Built with **Django ASGI + Uvicorn** for non-blocking performance.\n- **Tenant Dashboard**: View upcoming rent, rent duration, and book multiple properties.\n- **Landlord Dashboard**: List properties with images, SEO-optimized keywords, pricing, and facilities.\n- **Email Notifications**: Powered by **Gmail SMTP** for important updates.\n- **Modern UI**: Styled using **Tailwind CSS** with **Node.js package management**.\n\n---\n\n## ⚡ Setup Instructions\n\n### 1️⃣ Clone the Repository\n\n```bash\ngit clone https://github.com/rahulkumar-fullstack/renthome.git\ncd renthome\n```\n\n### 2️⃣ Create \u0026 Activate Virtual Environment\n\n```bash\npython -m venv venv\nsource venv/bin/activate  # Mac/Linux\n# Windows: venv\\Scripts\\activate\n```\n\n### 3️⃣ Install Backend Dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n### 4️⃣ Configure MySQL Database\n\n- Ensure **MySQL is running**.\n- Create a database and update `DATABASES` in `settings.py` with your credentials.\n\n### 5️⃣ Apply Migrations\n\n```bash\npython manage.py migrate\n```\n\n### 6️⃣ Install Node.js Dependencies (For Tailwind CSS only)\n\nEnsure **Node.js \u0026 npm** are installed, then run:\n\n```bash\nnpm install\n```\n\n_(No need to recompile Tailwind unless changes are made. If required, use the command below.)_\n\n```bash\nnpx @tailwindcss/cli -i apps/core/static/core/css/tailwind_custom.css -o apps/core/static/core/css/custom.css --watch\n```\n\n### 7️⃣ Collect Static Files\n\n```bash\npython manage.py collectstatic\n```\n\n### 8️⃣ Start the Development Server\n\n```bash\nuvicorn renthome.asgi:application --host 127.0.0.1 --port 8000 --reload\n```\n\n🔗 Access the app: **[http://127.0.0.1:8000/](http://127.0.0.1:8000/)**\n\n---\n\n## 📜 License\n\nThis project is licensed under the **Custom License**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulkumar-fullstack%2Frenthome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahulkumar-fullstack%2Frenthome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulkumar-fullstack%2Frenthome/lists"}