{"id":28202968,"url":"https://github.com/rawanfarakhnah/auto_fix","last_synced_at":"2026-01-25T16:02:04.551Z","repository":{"id":286337428,"uuid":"960426663","full_name":"RawanFarakhnah/auto_fix","owner":"RawanFarakhnah","description":"A Django-based web platform that helps car owners manage their vehicles, find nearby workshops, diagnose car issues using AI, set maintenance reminders, and leave service reviews.","archived":false,"fork":false,"pushed_at":"2025-04-24T12:15:03.000Z","size":31080,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T17:46:15.065Z","etag":null,"topics":["ai","ajax","auth","authintication-protocol","aws","csrf-protection","deployment","django","js","mysql","oop","orm","python","restfull-api"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RawanFarakhnah.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-04-04T12:16:31.000Z","updated_at":"2025-04-26T16:31:13.000Z","dependencies_parsed_at":"2025-06-13T17:44:49.153Z","dependency_job_id":null,"html_url":"https://github.com/RawanFarakhnah/auto_fix","commit_stats":null,"previous_names":["rawanfarakhnah/auto_fix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RawanFarakhnah/auto_fix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RawanFarakhnah%2Fauto_fix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RawanFarakhnah%2Fauto_fix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RawanFarakhnah%2Fauto_fix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RawanFarakhnah%2Fauto_fix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RawanFarakhnah","download_url":"https://codeload.github.com/RawanFarakhnah/auto_fix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RawanFarakhnah%2Fauto_fix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ai","ajax","auth","authintication-protocol","aws","csrf-protection","deployment","django","js","mysql","oop","orm","python","restfull-api"],"created_at":"2025-05-17T01:12:34.996Z","updated_at":"2026-01-25T16:02:04.546Z","avatar_url":"https://github.com/RawanFarakhnah.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto Fix 🚗🔧\n\n![Python](https://img.shields.io/badge/Python-3.8%2B-blue)\n![Django](https://img.shields.io/badge/Django-4.0%2B-green)\n![MySQL](https://img.shields.io/badge/MySQL-8.0%2B-orange)\n![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)\n\nA Django-based web platform that helps car owners manage their vehicles, find nearby workshops, diagnose car issues using AI, set maintenance reminders, and leave service reviews.\n\n---\n\n## ✨ Features\n\n- **📍 Find Nearest Workshop:** Locate workshops using geolocation or address-based proximity.\n- **🧠 AI Car Diagnosis:** Chat with an AI assistant to identify potential issues based on symptoms.\n- **⭐ Service Reviews:** Rate and review workshops and services.\n- **⏰ Maintenance Notifications:** Get reminded about periodic car maintenance.\n- **🔐 Authentication:** Secure login and user management.\n- **📱 Responsive UI:** Mobile-friendly and intuitive design.\n- **🔄 Dynamic Content:** AJAX-powered interactions.\n- **🗂️ Relational DB:** MySQL with Django ORM.\n- **🌐 REST API:** Easily integrate with mobile or third-party services.\n\n---\n\n## 🙌 Special Thanks\n\nWe extend our deepest gratitude to **Axsos Academy** for providing a transformative learning journey.  \nA heartfelt thank you to our **instructor** and **teaching assistant** for their continuous guidance, encouragement, and knowledge-sharing throughout this project.  \nThis platform is a testament to the power of learning through collaboration.\n\n### 👩‍💻 Team Members\n- [Rawan Farakhna](https://www.linkedin.com/in/rawanfarakhna/)\n- [Mujahed Qasem](https://www.linkedin.com/in/mujahed-qasem/)\n- [Yasmeena Bassam](https://www.linkedin.com/in/yasmeena-bassam-yousef-a8b4b1346/)\n\n---\n\n## 🚀 Quick Start\n\n### Prerequisites\n- Python 3.8+\n- MySQL 8.0+\n- Git\n\n### Installation\n```bash\n# Clone the repository\ngit clone https://github.com/RawanFarakhnah/auto-fix.git\ncd auto-fix\n\n# Set up virtual environment\npython -m venv venv\nsource venv/bin/activate  # macOS/Linux\nvenv\\Scripts\\activate     # Windows\n\n# Install dependencies\npip install -r requirements.txt\n```\n\n### Database Setup\n1. Create MySQL database:\n```sql\nCREATE DATABASE auto_fix_db;\n```\n\n2. Update `settings.py`:\n```python\nDATABASES = {\n    'default': {\n        'ENGINE': 'django.db.backends.mysql',\n        'NAME': 'auto_fix_db',\n        'USER': 'your_username',\n        'PASSWORD': 'your_password',\n        'HOST': 'localhost',\n        'PORT': '3306',\n        'OPTIONS': {\n            'init_command': \"SET sql_mode='STRICT_TRANS_TABLES'\",\n        }\n    }\n}\n```\n\n### Run Application\n```bash\n# Apply database migrations\npython manage.py migrate\n\n# Create admin user\npython manage.py createsuperuser\n\n# Start development server\npython manage.py runserver\n```\n\nVisit [http://localhost:8000](http://localhost:8000) in your browser.\n\n---\n\n## 📂 Project Structure\n\n```\nauto_fix/\n├── accounts/\n│   ├── models.py\n│   ├── views.py\n├── admin_dashboard/\n│   ├── models.py\n│   ├── views.py\n├── ai_diagnosis/\n│   ├── models.py\n│   ├── views.py\n├── auto_fix/\n│   ├── settings/\n│   ├── urls.py\n│   └── wsgi.py\n├── bookings/\n│   ├── models.py\n│   ├── views.py\n├── cars/\n│   ├── models.py\n│   ├── views.py\n├── landing/\n│   ├── models.py\n│   ├── views.py\n├── locations/\n│   ├── models.py\n│   ├── views.py\n├── media/\n│   ├── workshops_images/\n├── owner_dashboard/\n│   ├── models.py\n│   ├── views.py\n├── reviews/\n│   ├── models.py\n│   ├── views.py\n├── user_dashboard/\n│   ├── models.py\n│   ├── views.py\n├── workshops/\n│   ├── models.py\n│   ├── views.py\n├── templates/\n│   ├── base.html\n│   ├── base2.html\n│   ├── accounts/\n│   ├── admin_dashboard/\n│   ├── landing/\n│   ├── owner_dashboard/\n│   └── user_dashboard/\n├── static/\n│   ├── css/\n│   ├── js/\n│   └── img/\n├── manage.py\n├── requirements.txt\n├── README.md\n```\n---\n\n## 🔒 Security Features\n\n- ✅ CSRF protection  \n- ✅ Password hashing  \n- ✅ Secure user authentication  \n- ✅ Role-based access control  \n- ✅ Rate limiting for sensitive endpoints  \n\n---\n\n## 🛠️ Tech Stack\n\n- **Backend:** Django 4.0+\n- **Database:** MySQL 8.0+\n- **Frontend:** HTML5, CSS3, JavaScript\n- **Authentication:** Django Allauth\n- **AI Logic:** Custom Python AI models (extendable)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawanfarakhnah%2Fauto_fix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawanfarakhnah%2Fauto_fix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawanfarakhnah%2Fauto_fix/lists"}