{"id":23120968,"url":"https://github.com/sam4web/shopswift-django","last_synced_at":"2026-04-11T08:01:32.979Z","repository":{"id":251658672,"uuid":"835712286","full_name":"sam4web/shopswift-django","owner":"sam4web","description":"clean \u0026 functional e-commerce website built with django.","archived":false,"fork":false,"pushed_at":"2024-08-04T20:00:49.000Z","size":3921,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T16:41:54.734Z","etag":null,"topics":["alpinejs","django","ecommerce","python","tailwindcss"],"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/sam4web.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":"2024-07-30T11:38:40.000Z","updated_at":"2024-08-04T20:03:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"92e3bf8e-8592-4845-97d3-1fafb03ba3ea","html_url":"https://github.com/sam4web/shopswift-django","commit_stats":null,"previous_names":["sam4web/shopswift-django"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sam4web/shopswift-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam4web%2Fshopswift-django","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam4web%2Fshopswift-django/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam4web%2Fshopswift-django/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam4web%2Fshopswift-django/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sam4web","download_url":"https://codeload.github.com/sam4web/shopswift-django/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sam4web%2Fshopswift-django/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["alpinejs","django","ecommerce","python","tailwindcss"],"created_at":"2024-12-17T06:14:25.583Z","updated_at":"2026-04-11T08:01:32.971Z","avatar_url":"https://github.com/sam4web.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftShop: A Simple E-Commerce Website\n\n## Overview\n\n**SwiftShop** is a clean and functional e-commerce website built with Django. This project highlights essential web development techniques and provides a complete online store experience.\n\n## Features\n\n- **Product Listings:** Browse products with detailed descriptions.\n- **User Authentication:** Register, log in, and manage profiles.\n- **Shopping Cart:** Add items to your cart and checkout seamlessly.\n- **Order Management:** View and track your orders.\n\n## Technologies Used\n\n- **[Django](https://www.djangoproject.com/):** High-level Python web framework for rapid development.\n- **[TailwindCSS](https://tailwindcss.com/):** Utility-first CSS framework for custom designs.\n- **[Alpine.js](https://alpinejs.dev/):** Minimal framework for adding JavaScript behavior to HTML.\n- **[SQLite](https://www.sqlite.org/):** Lightweight, disk-based database for managing data.\n\n## Screenshot\n\n![screenshot](./screenshot.png)\n\n## Setup\n\n1.  **Clone the repository:**\n    ```bash\n    git clone git@github.com:sam4web/shopswift-django.git\n    cd shopswift-django\n    ```\n2.  **Create a virtual environment:**\n    ```bash\n    python -m venv venv\n    source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n    ```\n3.  **Install the dependencies:**\n    ```bash\n    pip install -r requirements.txt\n    ```\n4.  **Set up the database:**\n    ```bash\n    python manage.py migrate\n    ```\n5.  **Create a superuser:**\n    ```bash\n    python manage.py createsuperuser\n    ```\n6.  **Run the development server:**\n    ```bash\n    python manage.py runserver\n    ```\n\n## Usage\n\n- Access the development server at `http://127.0.0.1:8000/`\n- Log in to the admin panel at `http://127.0.0.1:8000/admin/` with the superuser credentials\n\n## Contributing\n\nIf you would like to contribute to this project, please follow these steps:\n\n- Fork the repository.\n- Create a new branch (`git checkout -b feature/your-feature`).\n- Make your changes and commit them (`git commit -m 'Add some feature'`).\n- Push to the branch (`git push origin feature/your-feature`).\n- Create a new Pull Request.\n\n## Contact\n\nFor any inquiries or questions, please contact [sijal.m06@gmail.com](mailto:sijal.m06@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam4web%2Fshopswift-django","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsam4web%2Fshopswift-django","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsam4web%2Fshopswift-django/lists"}