{"id":24651672,"url":"https://github.com/mohdraza216/foodiwheels","last_synced_at":"2026-04-06T02:34:51.583Z","repository":{"id":269268928,"uuid":"904576161","full_name":"MohdRaza216/Foodiwheels","owner":"MohdRaza216","description":"Foodiwheels is an online food delivery platform offering a wide range of cuisines with features like easy filtering (e.g., Veg options), a seamless purchase experience, and a user-friendly interface for quick and efficient ordering.","archived":false,"fork":false,"pushed_at":"2025-01-12T12:35:47.000Z","size":15049,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T19:12:32.460Z","etag":null,"topics":["bootstrap5","css3","django","html5","javascript","postgresql","powershell","python3"],"latest_commit_sha":null,"homepage":"https://foodiwheels.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MohdRaza216.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":"2024-12-17T06:49:09.000Z","updated_at":"2025-01-12T12:35:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"809a11f0-736f-448c-b13b-9f7311be826f","html_url":"https://github.com/MohdRaza216/Foodiwheels","commit_stats":null,"previous_names":["mohdraza216/foodiwheels"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdRaza216%2FFoodiwheels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdRaza216%2FFoodiwheels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdRaza216%2FFoodiwheels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohdRaza216%2FFoodiwheels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohdRaza216","download_url":"https://codeload.github.com/MohdRaza216/Foodiwheels/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244702281,"owners_count":20495863,"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":["bootstrap5","css3","django","html5","javascript","postgresql","powershell","python3"],"created_at":"2025-01-25T19:12:40.547Z","updated_at":"2025-12-30T20:54:50.540Z","avatar_url":"https://github.com/MohdRaza216.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Foodiwheels**\n\nWelcome to **Foodiwheels** — an exciting online food ordering platform designed to offer a variety of cuisines at your fingertips. Whether you're looking for a quick bite or planning a feast, Foodiwheels provides a seamless experience for browsing, filtering, and purchasing food items. \n\nBuilt with **Django** for the backend and **PostgreSQL** for the database, this project ensures a fast, reliable, and delightful user experience. \n\n---\n\n## **Key Features**\n\n- **User Authentication**\n  - Easy login and signup process.\n  - Password reset functionality for secure access.\n  \n- **Homepage**\n  - A visually rich homepage displaying a variety of food items with descriptions.\n  - Dynamic and interactive purchase buttons for food items.\n\n- **Filter Options**\n  - Filter by preferences (e.g., vegetarian, vegan, etc.) to help users find what suits their needs.\n\n- **Contact Page**\n  - A page dedicated to user queries and feedback.\n\n- **User Profile**\n  - Users can manage their profiles, including updating their profile picture.\n\n---\n\n## **Tech Stack**\n\n### **Frontend:**\n- HTML5\n- CSS3\n- Bootstrap\n\n### **Backend:**\n- Django (Python)\n\n### **Database:**\n- PostgreSQL\n\n### **Hosting:**\n- **Frontend \u0026 Backend**: Vercel\n\n---\n\n## **Deployment**\n\nFoodiwheels is live! Visit the website here:  \n👉 **[Foodiwheels on Vercel](https://foodiwheels.vercel.app/)**\n\n---\n\n## **Installation and Setup**\n\nFollow the steps below to get the project running locally:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/MohdRaza216/foodiwheels.git\n   cd foodiwheels\n   ```\n\n2. **Create and activate a virtual environment**:\n   - For Linux/MacOS:\n     ```bash\n     python -m venv myvenv\n     source myvenv/bin/activate\n     ```\n   - For Windows:\n     ```bash\n     python -m venv myvenv\n     myvenv\\Scripts\\activate\n     ```\n\n3. **Install dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Configure the PostgreSQL database**:\n   - Ensure PostgreSQL is installed and running on your machine.\n   - Create a database for the project in PostgreSQL.\n   - Update the `DATABASES` section in `settings.py` with your database credentials.\n\n5. **Apply database migrations**:\n   ```bash\n   python manage.py makemigrations\n   python manage.py migrate\n   ```\n\n6. **Start the development server**:\n   ```bash\n   python manage.py runserver\n   ```\n   - Visit the application at: `http://127.0.0.1:8000/` to view it locally.\n\n---\n\n## **Usage**\n\n- **Browse food items** on the homepage, which showcases a variety of cuisines.\n- **Filter** food items based on dietary preferences (e.g., vegetarian, vegan, etc.).\n- **Click on \"Purchase\"** to add items to your cart for easy checkout.\n- **Contact page** for any questions or feedback regarding the platform.\n- **Profile management**: Users can update their profiles and change their profile pictures.\n\n---\n\n## **Folder Structure**\n\nHere is an overview of the main folder structure of the project:\n\n```\nfoodiwheels/\n├── myweb/                 # Core Django app files\n│   ├── settings.py        # Configuration settings\n│   ├── urls.py            # URL routing\n│   └── ...\n├── templates/             # HTML templates\n│   ├── index.html         # Homepage\n│   ├── login.html         # User login page\n│   └── ...\n├── static/                # Static files (CSS, images, JS)\n└── README.md              # Project documentation\n```\n\n---\n\n## **Contributing**\n\nWe welcome contributions to **Foodiwheels**. To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature/bug fix:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m 'Add feature or fix bug'\n   ```\n4. Push to your branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Create a pull request with a clear description of your changes.\n\n---\n\n## **License**\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\n## **Contact**\n\nFor any inquiries or feedback, feel free to reach out:\n\n- **Email**: [mohdrazamoghul2024@gmail.com](mailto:mohdrazamoghul2024@gmail.com)\n- **GitHub**: [MohdRaza216](https://github.com/MohdRaza216)\n\n---\n\nThank you for visiting **Foodiwheels**! 🍔🍟🍲 Enjoy your meal and happy ordering!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohdraza216%2Ffoodiwheels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohdraza216%2Ffoodiwheels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohdraza216%2Ffoodiwheels/lists"}