{"id":17660832,"url":"https://github.com/aadrianleo/themarket","last_synced_at":"2026-05-09T17:35:05.843Z","repository":{"id":118631513,"uuid":"609024679","full_name":"AadrianLeo/TheMarket","owner":"AadrianLeo","description":"TheMarket is an marketing website where you can buy sell any product with any category. Users can have conversation regaring the product from the owner directly through the website in the prodect section. A seller an uplaod the products details and edit anytime he wants. Every user has a secure login password to identify as a erticuler user. This w","archived":false,"fork":false,"pushed_at":"2023-03-04T15:18:41.000Z","size":21581,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T11:12:52.115Z","etag":null,"topics":["dbsqlite3","django","django-framework","django-project","django-python","django-web","django-website","marketing","marketplace","python","python-3","python3","python38"],"latest_commit_sha":null,"homepage":"https://the-market.vercel.app","language":"Python","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/AadrianLeo.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-03-03T08:07:33.000Z","updated_at":"2023-11-08T01:55:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7e99971-674b-499b-b91a-0c3fe647698b","html_url":"https://github.com/AadrianLeo/TheMarket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AadrianLeo/TheMarket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AadrianLeo%2FTheMarket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AadrianLeo%2FTheMarket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AadrianLeo%2FTheMarket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AadrianLeo%2FTheMarket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AadrianLeo","download_url":"https://codeload.github.com/AadrianLeo/TheMarket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AadrianLeo%2FTheMarket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32828591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["dbsqlite3","django","django-framework","django-project","django-python","django-web","django-website","marketing","marketplace","python","python-3","python3","python38"],"created_at":"2024-10-23T17:09:17.039Z","updated_at":"2026-05-09T17:35:05.827Z","avatar_url":"https://github.com/AadrianLeo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TheMarket\n\n## Introduction\nTheMarket is an marketing website where you can buy sell any product with any category. Users can have conversation regaring the product from the owner directly through the website in the prodect section. A seller an uplaod the products details and edit anytime he wants. Every user has a secure login password to identify as a erticuler user. This website is Build using Django python.\n\n#\n## Documentation for access in you local servre and developement and changes \n\n#### Python 3.8 is recomended.\n\n#### The website is user developement you can run the website in local server \n\n#### For running the website in local server :\nGo to the path in themarket \u003e themarket \u003e settings.py\n\nand comment the below code :\n\n#### `ALLOWED_HOSTS = ['.vercel.app', '.now.sh']`\n\nand uncomment the below code for getting the website on local server :\n\n#### `ALLOWED_HOSTS = ['127.0.0.1']`\n\nand comment the below code in the same file :\n\n #### `DATABASES = {\n    'default': {\n        'ENGINE': \"django.db.backends.postgresql_psycopg2\",\n        'HOST': \"db.hxrfbdsvqkgsuatvdczi.supabase.co\",\n        'NAME': \"postgres\",\n        'USER': \"postgres\",\n        'PASSWORD': \"**********\",\n        'PORT': \"5432\",\n    }\n}`\n\nand uncomment the below code for changing the database to db.sqlite3 :\n\n#### `DATABASES = {\n    'default': {\n        'ENGINE': 'django.db.backends.sqlite3',\n        'NAME': BASE_DIR / 'db.sqlite3',\n    }\n}`\n\nbefore running the Below Commands activate the virtual envirenment to access python:\n#### `# env\\Scripts\\activate`\n\nand then run the below command in the terminal :\n#### `# python manage.py makemigrations`\n\nand then this command :\n#### `# python manage.py migrate`\n\nand run the website with the following command :\n#### `# python manage.py runserver`\n\n#\n\nThw website is not totaly ready for production working on some databse issue for image to upload.\nIf any issue comes up for the above documentaion try contacting me.\nFave Fun 😁 \n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadrianleo%2Fthemarket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faadrianleo%2Fthemarket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faadrianleo%2Fthemarket/lists"}