{"id":25110212,"url":"https://github.com/thebuggybug/burgs_eatery_ecommerce","last_synced_at":"2026-04-08T21:31:34.612Z","repository":{"id":275135235,"uuid":"643385696","full_name":"thebuggybug/burgs_eatery_eCommerce","owner":"thebuggybug","description":"Ecommerce website built using python's Django, React JS, Redux for conceptual food ordering system","archived":false,"fork":false,"pushed_at":"2025-01-31T12:01:22.000Z","size":27229,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T09:31:15.025Z","etag":null,"topics":["bootstrap","django","django-rest-framework","react","redux"],"latest_commit_sha":null,"homepage":"","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/thebuggybug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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":"2023-05-21T01:47:10.000Z","updated_at":"2025-01-31T12:01:26.000Z","dependencies_parsed_at":"2025-01-31T12:42:38.868Z","dependency_job_id":null,"html_url":"https://github.com/thebuggybug/burgs_eatery_eCommerce","commit_stats":null,"previous_names":["thebuggybug/burgs_eatery_ecommerce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thebuggybug/burgs_eatery_eCommerce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebuggybug%2Fburgs_eatery_eCommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebuggybug%2Fburgs_eatery_eCommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebuggybug%2Fburgs_eatery_eCommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebuggybug%2Fburgs_eatery_eCommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thebuggybug","download_url":"https://codeload.github.com/thebuggybug/burgs_eatery_eCommerce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebuggybug%2Fburgs_eatery_eCommerce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31575435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bootstrap","django","django-rest-framework","react","redux"],"created_at":"2025-02-08T00:36:25.634Z","updated_at":"2026-04-08T21:31:34.595Z","avatar_url":"https://github.com/thebuggybug.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Burgs Eatery\n\n## Overview\nThis project is a full-stack ecommerce web application built using React.js, Redux, and Bootstrap for the frontend. The backend is powered by Django (version 3.1.4) and Django REST Framework, with SQLite as the database. PayPal API is integrated for handling payments.\n\n## Features\n- User authentication and authorization\n- Product management (CRUD operations)\n- Admin panel and admin control for users, product (dishes), order.\n- Shopping cart functionality\n- Payment processing via PayPal API\n- API endpoints using Django REST Framework\n- Responsive UI with Bootstrap\n\n## Tech Stack\n### Frontend:\n- React.js\n- Redux\n- Bootstrap\n\n### Backend:\n- Django 3.1.4\n- Django REST Framework\n- SQLite\n\n### Payment Integration:\n- PayPal API\n\n## Installation \u0026 Setup\n### Prerequisites\nEnsure you have the following installed:\n- Node.js \u0026 npm (for frontend)\n- Python \u0026 pip (for backend)\n\n### Frontend Setup\n1. Navigate to the frontend directory:\n   ```sh\n   cd frontend\n   ```\n2. Install dependencies:\n   ```sh\n   npm install\n   ```\n3. Start the React development server:\n   ```sh\n   npm start\n   ```\n\n### Backend Setup\n1. Navigate to the backend directory:\n   ```sh\n   cd backend\n   ```\n2. Create and activate a virtual environment:\n   ```sh\n   python -m venv env\n   source env/bin/activate  # On Windows: env\\Scripts\\activate\n   ```\n3. Install dependencies:\n   ```sh\n   pip install -r requirements.txt\n   ```\n4. Apply database migrations:\n   ```sh\n   python manage.py migrate\n   ```\n5. Start the Django development server:\n   ```sh\n   python manage.py runserver\n   ```\n\n## Usage\n- Open the frontend at `http://localhost:3000`\n- The backend API runs at `http://localhost:8000`\n- Register or log in to start using the application\n\n## Screenshots\n### Home Page\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/43025ed8-84a0-4c29-8c21-86a895508f82\" /\u003e\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/96d1cc71-87b3-4590-840a-7cba58f1d332\" /\u003e\n\n### Details Page\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/1daf3b18-16d4-4235-9a93-4b910b460ad2\" /\u003e\n\n### Review \n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/c09990cc-a63a-4382-b709-ce75b2e38003\" /\u003e\n\n\n### Shopping Cart\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/c61aca99-fac9-4902-a266-f27b47d7f310\" /\u003e\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/fd6e3851-7046-4a40-afc1-8be081425f84\" /\u003e\n\n\n### Login \u0026 SignUp Page\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/6ca13233-47cb-474d-842e-915b82bc1ee3\" /\u003e\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/f6f5d729-e432-4c9f-9536-c1926c8744eb\" /\u003e\n\n\n### Checkout Page\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/66799ed6-e0f8-4e65-8531-ecbb637a13a4\" /\u003e\n\n### Profile Page\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/bf1d5883-4452-475a-8466-c99201ab8951\" /\u003e\n\n\n## Contributing\nFeel free to submit issues and pull requests to improve this project.\n\n## License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebuggybug%2Fburgs_eatery_ecommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebuggybug%2Fburgs_eatery_ecommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebuggybug%2Fburgs_eatery_ecommerce/lists"}