{"id":20357962,"url":"https://github.com/prak112/image-barter-bazaar","last_synced_at":"2026-05-26T23:31:56.113Z","repository":{"id":199286960,"uuid":"702552233","full_name":"prak112/Image-Barter-Bazaar","owner":"prak112","description":"E-commerce platform for Barter-exchange of photos and art.","archived":false,"fork":false,"pushed_at":"2024-10-01T19:23:24.000Z","size":9737,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T17:50:29.688Z","etag":null,"topics":["django-project","html-css","python-3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/prak112.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":"2023-10-09T14:30:02.000Z","updated_at":"2024-10-01T19:23:27.000Z","dependencies_parsed_at":"2024-07-30T00:21:49.461Z","dependency_job_id":"a5257657-a6b0-487d-ace7-5a9768904ea7","html_url":"https://github.com/prak112/Image-Barter-Bazaar","commit_stats":null,"previous_names":["prak112/devschool-project","prak112/image-barter-bazaar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prak112/Image-Barter-Bazaar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prak112%2FImage-Barter-Bazaar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prak112%2FImage-Barter-Bazaar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prak112%2FImage-Barter-Bazaar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prak112%2FImage-Barter-Bazaar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prak112","download_url":"https://codeload.github.com/prak112/Image-Barter-Bazaar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prak112%2FImage-Barter-Bazaar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33543973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"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-project","html-css","python-3"],"created_at":"2024-11-14T23:24:45.535Z","updated_at":"2026-05-26T23:31:56.099Z","avatar_url":"https://github.com/prak112.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e Ecommerce Photo Store - 🎨 \u003ci\u003eImage Barter Bazaar\u003c/i\u003e 📸 \u003c/h1\u003e\r\n\r\n\u003chr\u003e\r\n\r\n# Overview\r\nA brief introduction of the project, main features, setup instructions, technologies used and resource credits. \r\n\r\n# Contents\r\n- [Aim](#aim)\r\n- [Features](#features)\r\n- [Technologies Used](#technologies-used)\r\n- [Project Setup](#project-setup)\r\n- [Additional Information](#additional-information)\r\n- [Credits](#credits)\r\n\r\n\u003c/br\u003e\r\n\u003chr\u003e\r\n\r\n\r\n# Aim\r\nThe aim of the project is to build a functional E-commerce platform with a built-in payment gateway. For tech stack check [Technologies Used](#technologies-used). The platform being a skills demonstration for Full-Stack Development will have browsing functionality and a barter-exchange checkout.\r\n\r\n\u003c/br\u003e\r\n\u003chr\u003e\r\n\r\n# Features\r\n- Authorize and authenticate Users(Customers) based on their credentials\r\n- Users/Customers can:\r\n  - Register and create their own profiles\r\n  - Browse *Products* and add items to the *Cart*\r\n  - Search *Products* through filters - *Type, Theme \u0026 Author*\r\n  - Edit their *Cart* - increase/decrease product quantity, remove product\r\n  - Upload photographs and/or art to the *Product Inventory* as Payment\r\n\r\n\u003c/br\u003e\r\n\u003chr\u003e\r\n\r\n# Technologies Used\r\n- **Frontend**\r\n  - Figma (UI design)\r\n  - HTML\r\n  - CSS\r\n\r\n- **Backend**\r\n  - Django (Python)\r\n\r\n- **Database**\r\n  - SQLite (Development)\r\n  - PostgreSQL 17 (Production)\r\n\r\n\r\n\u003c/br\u003e\r\n\u003chr\u003e\r\n\r\n# Project setup\r\n## Setup Local development environment\r\n- In your `bash` terminal, clone the git repository to a new repository, `repo-name` \r\n    ```bash\r\n        $ git clone https://github.com/prak112/Image-Barter-Bazaar.git\r\n    ```\r\n- After cloning is successful, navigate to project directory, \r\n    ```bash\r\n        $ cd Image-Barter-Bazaar\r\n    ```\r\n\r\n## Install Python\r\n- Visit [Official Python website](https://www.python.org/) and download Python version == 3.11.2 or 3.11.x\r\n\r\n- Verify installed version in the terminal\r\n    - For Windows:\r\n        ```cmd\r\n            $ path/to/dir\u003e python --version \r\n            Python 3.11.2\r\n        ```\r\n    - For Linux/macOS:\r\n        ```bash\r\n            $ path/to/dir\u003e python --V \r\n            Python 3.11.2\r\n        ```\r\n\r\n## Setup Python virtual environment\r\n- Open a terminal or command prompt and navigate to the directory where you want to create your Django project. \r\n- Create a new virtual environment\r\n    - For Windows:\r\n        ```cmd\r\n            $ path/to/dir\u003e python -m venv project_env\r\n        ```\r\n    - For Linux/macOS:\r\n        ```bash\r\n            $ path/to/dir\u003e python3 -m venv project_env\r\n        ```    \r\n    - where `project_env` will be the new directory with all virtual environment files\r\n\r\n- Activate virtual environment using the command based on your operating system\r\n    - For Windows:\r\n    ```cmd\r\n        $ path/to/dir\u003e project_env\\Scripts\\activate.bat\r\n    ```\r\n    - For macOS/Linux:\r\n    ```bash\r\n        $ path/to/dir\u003e source project_env/bin/activate\r\n    ```\r\n\r\n## Install dependencies\r\n- Inside the activated virtual environment, install the project dependencies from `requirements.txt`\r\n    ```sh\r\n        $ (project_env) path/to/dir\u003e pip install -r requirements.txt\r\n    ```\r\n\r\n- Verify if the installed libraries have the required versions from `requirements.txt`\r\n    ```sh\r\n        $ (project_env) path/to/dir\u003e pip list\r\n    ```\r\n\r\n\r\n\u003cbr\u003e\r\n\r\n## Execute Project\r\n- Navigate to the project directory (`ecommstore`) where the Django project is located\r\n    ```sh\r\n        $ (project_env) path/to/dir\u003e cd ecommstore\r\n    ```\r\n\r\n## Implement Database schema\r\n- Migrate the database design implemented using Django Models in `models.py` in the apps - `photostore` \u0026 `users` \r\n- After creating the neccessary migration files in the `migrations` directory :\r\n    ```sh\r\n        $ (project_env) path/to/dir/ecommstore\u003e python manage.py makemigrations \r\n    ```\r\n- The above command has no effect if `models.py` is unchanged. \r\n- In that case, we could just migrate existing Django Models at the beginning of the project :\r\n    ```sh\r\n        $ (project_env) path/to/dir/ecommstore\u003e python manage.py migrate\r\n    ```\r\n\r\n## Run server\r\n- After implementing the database schema, run the following command to start the Django development server:\r\n    ```sh\r\n        $ (project_env) path/to/dir/ecommstore\u003e python manage.py runserver\r\n    ```\r\n\r\n\u003c/br\u003e\r\n\u003chr\u003e\r\n\r\n# Additional Information\r\n- To know more about project plan, implementation, workflows and further enhancements, see [Wiki](https://github.com/prak112/Image-Barter-Bazaar/wiki)\r\n\r\n\u003c/br\u003e\r\n\u003chr\u003e\r\n\r\n# Credits\r\n- **Planning assistance** \r\n  - ChatGPT (GPT 3.5)\r\n- **Development assistance** \r\n  - [![built with Codeium](https://codeium.com/badges/main)](https://codeium.com/badges/main)\r\n  - **GitHub CoPilot**\r\n- **Photos** \r\n  - *[Pexels](https://www.pexels.com)*\r\n- **Art** \r\n  - *Bing Copilot Designer*\r\n\r\n\u003cbr\u003e\r\n\r\n[Back To Contents](#contents)\r\n\r\n\u003chr\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprak112%2Fimage-barter-bazaar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprak112%2Fimage-barter-bazaar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprak112%2Fimage-barter-bazaar/lists"}