{"id":31929799,"url":"https://github.com/sha-env/python-marketplace-website","last_synced_at":"2025-10-14T03:33:14.103Z","repository":{"id":269012771,"uuid":"904757514","full_name":"sha-env/Python-Marketplace-Website","owner":"sha-env","description":"~Move to E-Commerce Python Website~","archived":false,"fork":false,"pushed_at":"2025-01-25T19:40:25.000Z","size":41,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-29T06:28:53.580Z","etag":null,"topics":["python","python-3","python-app","python-library","python-script","python-web","python-web-development","python3"],"latest_commit_sha":null,"homepage":"https://github.com/guanshiyin28/E-Commerce-Python-Website","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sha-env.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["guanshiyin28"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-12-17T13:50:40.000Z","updated_at":"2025-01-25T19:40:28.000Z","dependencies_parsed_at":"2024-12-20T10:29:25.838Z","dependency_job_id":"bdc31139-56d0-40b8-90f3-53ad00b074a4","html_url":"https://github.com/sha-env/Python-Marketplace-Website","commit_stats":null,"previous_names":["guanshiyin28/python-marketplace-app","n4vrl0s3/python-marketplace-website","guanshiyin28/python-marketplace-website","sha-env/python-marketplace-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sha-env/Python-Marketplace-Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sha-env%2FPython-Marketplace-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sha-env%2FPython-Marketplace-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sha-env%2FPython-Marketplace-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sha-env%2FPython-Marketplace-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sha-env","download_url":"https://codeload.github.com/sha-env/Python-Marketplace-Website/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sha-env%2FPython-Marketplace-Website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017767,"owners_count":26086145,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["python","python-3","python-app","python-library","python-script","python-web","python-web-development","python3"],"created_at":"2025-10-14T03:33:12.797Z","updated_at":"2025-10-14T03:33:14.090Z","avatar_url":"https://github.com/sha-env.png","language":"HTML","readme":"# Python Marketplace Website\n\nThis repository aims to provide a starting point for developing a Python-based marketplace web application.\n\n\u003chr\u003e\u003cbr\u003e\n\n## Purpose of This Repository\n\nThis repository serves as a foundational framework for developing a Python-based marketplace web application, encompassing core features such as user registration and authentication, product listing and management, basic search functionality, and a user-friendly interface, providing a robust starting point for developers seeking to build a dynamic and scalable online marketplace platform.\n\n\u003chr\u003e\u003cbr\u003e\n\n## Demo\n\nHere is a demonstration of the `program` function from `app.py`:\n\n```python\n# app.py\n\ndef program():\n    print(\"Hello, World!\")\n\nif __name__ == \"__main__\":\n    program()\n```\n\n\u003chr\u003e\u003cbr\u003e\n\n## Features\n\n- User registration and authentication\n- Product listing and management\n- Basic search functionality\n- User-friendly interface\n\n\u003chr\u003e\u003cbr\u003e\n\n## Technologies Used\n\n- Python\n- Flask\n- Requests\n\n\u003chr\u003e\u003cbr\u003e\n\n## Project Setup\n\nFollow these steps to set up the project on your local machine.\n\n### Prerequisites\n\n- Python (latest version)\n- pip (Python package installer)\n\n### Steps to Run\n\n1. **Install Python**  \n   Download the latest version of Python from the official website: https://www.python.org/downloads/  \n   Follow the instructions to install Python on your system.\n\n2. **Install \u0026 upgrade pip**\n\n   ```bash\n   python -m ensurepip --upgrade\n   python get-pip.py\n   python -m pip install --upgrade pip\n   ```\n\n3. **Install Flask**\n\n   ```bash\n   pip install Flask\n   ```\n\n4. **Install Requests**\n\n   ```bash\n   pip install requests\n   ```\n\n5. **Clone this Repository**\n\n   ```bash\n   git clone https://github.com/guanshiyin28/Python-Marketplace-Website.git\n   ```\n\n6. **Navigate to the directory**\n\n   ```bash\n   cd Python-Marketplace-Website\n   ```\n\n7. **Run the application**\n\n   ```bash\n   python app.py\n   ```\n\n8. **Access the application**  \n   Open your web browser and go to `http://localhost:5000`\n\n\u003chr\u003e\u003cbr\u003e\n\n## License\n\nThis project is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file for details.\n\n\u003chr\u003e\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n   \u003ca href=\"https://www.instagram.com/guanshiyin_/\"\u003e\n      \u003cimg src=\"https://capsule-render.vercel.app/api?type=waving\u0026height=200\u0026color=100:393E46,20:F7F7F7\u0026section=footer\u0026reversal=false\u0026textBg=false\u0026fontAlignY=50\u0026descAlign=48\u0026descAlignY=59\"/\u003e\n   \u003c/a\u003e\n\u003c/div\u003e\n","funding_links":["https://github.com/sponsors/guanshiyin28"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsha-env%2Fpython-marketplace-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsha-env%2Fpython-marketplace-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsha-env%2Fpython-marketplace-website/lists"}