{"id":21569646,"url":"https://github.com/mohamed00abdelmonem/dj-amazonclone","last_synced_at":"2025-04-10T14:07:41.911Z","repository":{"id":188696962,"uuid":"679250932","full_name":"Mohamed00Abdelmonem/Dj-AmazonClone","owner":"Mohamed00Abdelmonem","description":"Amazon Clone using Python   Django  , Rest Framework and Javascript ","archived":false,"fork":false,"pushed_at":"2024-12-03T00:05:30.000Z","size":51586,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T12:47:59.596Z","etag":null,"topics":["ajax","caching","celery","deploy","django","docker","docs","postgresql","postman","python","redis","restframework","stripe"],"latest_commit_sha":null,"homepage":"https://dj-amazon-clone.vercel.app","language":"CSS","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/Mohamed00Abdelmonem.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}},"created_at":"2023-08-16T12:29:59.000Z","updated_at":"2025-02-13T16:44:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8836ac9-462f-418a-8dd7-f0486ce982b6","html_url":"https://github.com/Mohamed00Abdelmonem/Dj-AmazonClone","commit_stats":null,"previous_names":["mohamed00abdelmonem/dj-amazonclone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed00Abdelmonem%2FDj-AmazonClone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed00Abdelmonem%2FDj-AmazonClone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed00Abdelmonem%2FDj-AmazonClone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed00Abdelmonem%2FDj-AmazonClone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohamed00Abdelmonem","download_url":"https://codeload.github.com/Mohamed00Abdelmonem/Dj-AmazonClone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248232082,"owners_count":21069460,"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":["ajax","caching","celery","deploy","django","docker","docs","postgresql","postman","python","redis","restframework","stripe"],"created_at":"2024-11-24T11:10:07.295Z","updated_at":"2025-04-10T14:07:41.892Z","avatar_url":"https://github.com/Mohamed00Abdelmonem.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Dj-AmazonClone\n\n![](https://github.com/Mohamed00Abdelmonem/Dj-AmazonClone/raw/main/static/images/logo.png)\n\nDj-AmazonClone is a web application built with Django and JavaScript, designed to mimic the core functionality and design of the popular e-commerce platform, Amazon. This project serves as a demonstration of how to create an Amazon-like shopping experience using modern web development technologies. It includes features such as product listings, a shopping cart, user authentication, and a streamlined checkout process.\n\n## Features\n\n- **Product Listings**: Display a wide range of products with details such as product name, price, and images.\n\n- **User Authentication**: Users can create accounts, log in, and log out, enabling personalized shopping experiences and secure transactions.\n\n- **Shopping Cart**: Add products to your cart, update quantities, and proceed to checkout with ease.\n\n- **Search Functionality**: Quickly find the products you're looking for using the search bar.\n\n- **Product Details**: Get more information about each product by clicking on its listing.\n\n- **Checkout Process**: A simplified checkout process where users can provide shipping information and complete their purchase.\n\n- **Order History**: Registered users can view their order history.\n\n## Tech Stack\n\n- **Django**: A Python web framework that provides a robust and scalable foundation for building web applications.\n\n- **HTML/CSS**: For creating the structure and style of the web pages.\n\n- **JavaScript**: Used to enhance the user interface and handle client-side interactions.\n\n- **Bootstrap**: A front-end framework for designing responsive and visually appealing web pages.\n\n- **SQLite**: A lightweight and built-in database management system for data storage.\n\n- **Stripe**: Integrated for handling payments and transactions securely.\n\n## Getting Started\n\n1. Clone this repository to your local machine.\n\n2. Set up a virtual environment to isolate project dependencies:\n\n   ```bash\n   python -m venv venv\n   ```\n\n3. Activate the virtual environment:\n\n   - On Windows:\n\n     ```bash\n     venv\\Scripts\\activate\n     ```\n\n   - On macOS and Linux:\n\n     ```bash\n     source venv/bin/activate\n     ```\n\n4. Install the project dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n5. Run the migrations to create the database:\n\n   ```bash\n   python manage.py makemigrations\n   python manage.py migrate\n   ```\n\n6. Start the development server:\n\n   ```bash\n   python manage.py runserver\n   ```\n\n7. Visit `http://localhost:8000` in your web browser to access the application.\n\n## Contributing\n\nIf you'd like to contribute to this project, please follow the standard GitHub flow:\n\n1. Fork the repository.\n\n2. Create a new branch for your feature or bug fix.\n\n3. Make your changes and test thoroughly.\n\n4. Create a pull request to merge your changes into the main branch.\n\n5. Provide a clear and detailed description of your changes.\n\n\n## Acknowledgments\n\n- This project was created by [Mohamed Abdelmonem](https://github.com/Mohamed00Abdelmonem) as a learning exercise and demonstration of Django web development.\n\n- Thanks to Amazon for the inspiration!\n\nIf you have any questions or issues, please don't hesitate to open an [issue](https://github.com/Mohamed00Abdelmonem/Dj-AmazonClone/issues). We hope you find this project educational and useful for your web development journey!\n\n\n## Project Demo\n\n![](image_readme/screenshot00.png)\n\n\n\n\n![](image_readme/screenshot01.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamed00abdelmonem%2Fdj-amazonclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamed00abdelmonem%2Fdj-amazonclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamed00abdelmonem%2Fdj-amazonclone/lists"}