{"id":18896700,"url":"https://github.com/yosephdev/boutique-ado","last_synced_at":"2026-03-19T07:01:43.354Z","repository":{"id":242226095,"uuid":"809000666","full_name":"yosephdev/boutique-ado","owner":"yosephdev","description":"Boutique Ado is a web application for an online clothing store. ","archived":false,"fork":false,"pushed_at":"2025-07-30T22:24:24.000Z","size":5480,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T00:21:16.023Z","etag":null,"topics":["django","ecommerce-website","html-css-javascript","postgresql","python"],"latest_commit_sha":null,"homepage":"https://boutique-adey-61c58d87c08b.herokuapp.com/","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/yosephdev.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-06-01T11:56:40.000Z","updated_at":"2025-07-30T22:24:27.000Z","dependencies_parsed_at":"2024-06-01T14:28:47.018Z","dependency_job_id":"6e5d2e6a-dff0-4156-827f-6c3792492d79","html_url":"https://github.com/yosephdev/boutique-ado","commit_stats":null,"previous_names":["yosephdev/boutique-ado"],"tags_count":0,"template":false,"template_full_name":"Code-Institute-Org/ci-full-template","purl":"pkg:github/yosephdev/boutique-ado","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosephdev%2Fboutique-ado","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosephdev%2Fboutique-ado/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosephdev%2Fboutique-ado/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosephdev%2Fboutique-ado/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yosephdev","download_url":"https://codeload.github.com/yosephdev/boutique-ado/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yosephdev%2Fboutique-ado/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28844011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"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":["django","ecommerce-website","html-css-javascript","postgresql","python"],"created_at":"2024-11-08T08:35:08.510Z","updated_at":"2026-01-28T10:02:47.338Z","avatar_url":"https://github.com/yosephdev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boutique Ado\n\nBoutique Ado is a Django web application for an online clothing store. Users can browse through available products, add items to their shopping bag, and proceed to checkout to complete their orders.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Configuration](#configuration)\n- [Dependencies](#dependencies)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\nTo run the Boutique Ado application locally, follow these steps:\n\n1. Clone the repository to your local machine:\n\n    ```bash\n    git clone https://github.com/yosephdev/boutique_ado.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd boutique_ado\n    ```\n\n3. Install the project dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. Create a `.env` file in the project root directory and set the environment variables:\n\n    ```plaintext\n    STRIPE_PUBLIC_KEY=your_stripe_public_key\n    STRIPE_SECRET_KEY=your_stripe_secret_key\n    ```\n\n5. Apply migrations to create the database schema:\n\n    ```bash\n    python manage.py migrate\n    ```\n\n6. Run the development server:\n\n    ```bash\n    python manage.py runserver\n    ```\n\nThe application should now be accessible at `http://localhost:8000`.\n\n## Usage\n\nOnce the application is running, you can access it using a web browser. Users can navigate through the product listings, add items to their shopping bag, and proceed to checkout to complete their orders.\n\n## Configuration\n\n### Settings\n\n- `BASE_DIR`: Base directory of the Django project.\n- `SECRET_KEY`: Secret key used for cryptographic signing.\n- `DEBUG`: Boolean flag indicating whether debug mode is enabled.\n- `ALLOWED_HOSTS`: List of allowed host/domain names for the application.\n- `INSTALLED_APPS`: List of installed Django applications.\n- `MIDDLEWARE`: List of middleware classes used by the application.\n- `CRISPY_TEMPLATE_PACK`: Name of the template pack for crispy forms.\n- `TEMPLATES`: Configuration for Django templates.\n- `MESSAGE_STORAGE`: Storage backend for messages framework.\n- `AUTHENTICATION_BACKENDS`: Authentication backends for user authentication.\n- `SITE_ID`: ID of the current site in the Django Sites framework.\n- `EMAIL_BACKEND`: Email backend for sending emails.\n- `DATABASES`: Configuration for database connections.\n- `LANGUAGE_CODE`: Default language code for the application.\n- `TIME_ZONE`: Default time zone for the application.\n- `USE_I18N`: Boolean flag indicating whether to enable translation.\n- `USE_L10N`: Boolean flag indicating whether to enable localization.\n- `USE_TZ`: Boolean flag indicating whether to enable timezone support.\n- `STATIC_URL`: URL prefix for static files.\n- `STATICFILES_DIRS`: List of directories to search for static files.\n- `MEDIA_URL`: URL prefix for media files.\n- `MEDIA_ROOT`: Directory where uploaded media files are stored.\n- `FREE_DELIVERY_THRESHOLD`: Threshold amount for free delivery.\n- `STANDARD_DELIVERY_PERCENTAGE`: Percentage of the order total for standard delivery.\n- `STRIPE_CURRENCY`: Currency used for Stripe payments.\n- `STRIPE_PUBLIC_KEY`: Public key for Stripe integration.\n- `STRIPE_SECRET_KEY`: Secret key for Stripe integration.\n\n## Dependencies\n\n- Django 3.2.25\n- Python 3.x\n- Stripe API\n\n## Contributing\n\nContributions to Boutique Ado are welcome! To contribute, please follow these steps:\n\n1. Fork the repository on GitHub.\n2. Create a new branch with a descriptive name.\n3. Make your changes and commit them to your branch.\n4. Push your changes to your fork.\n5. Submit a pull request to the main repository.\n\n## Acknowledgments\n\nI would like to acknowledge the following resources and individuals who have contributed to the development of this project:\n\n- [Niel McEwen](https://github.com/NielMc)\n- [Matt Rudge](https://github.com/lechien73)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosephdev%2Fboutique-ado","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyosephdev%2Fboutique-ado","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyosephdev%2Fboutique-ado/lists"}