{"id":21980151,"url":"https://github.com/muizzer07/ship-shop","last_synced_at":"2026-04-13T22:03:12.918Z","repository":{"id":127235711,"uuid":"201111898","full_name":"MuizZer07/ship-shop","owner":"MuizZer07","description":"Simple E-commerce website using django, Django REST Framework, PostgreSQL","archived":false,"fork":false,"pushed_at":"2019-08-15T10:03:35.000Z","size":2787,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T01:13:57.545Z","etag":null,"topics":["django","django-rest-framework","e-commerce","postgresql"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/MuizZer07.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":"2019-08-07T19:07:18.000Z","updated_at":"2022-03-08T18:06:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a6d11a7-843a-4f78-865f-64617920f792","html_url":"https://github.com/MuizZer07/ship-shop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuizZer07/ship-shop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuizZer07%2Fship-shop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuizZer07%2Fship-shop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuizZer07%2Fship-shop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuizZer07%2Fship-shop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuizZer07","download_url":"https://codeload.github.com/MuizZer07/ship-shop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuizZer07%2Fship-shop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31772643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: 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","django-rest-framework","e-commerce","postgresql"],"created_at":"2024-11-29T17:09:46.079Z","updated_at":"2026-04-13T22:03:12.902Z","avatar_url":"https://github.com/MuizZer07.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### A simple e-Commerce Webapp using Django [[1]](https://www.djangoproject.com/), Django REST framework [[2]](https://www.django-rest-framework.org/), PostgreSQL [[3]](https://www.postgresql.org/)\n\n### Project Description\nA simple e-Commerce website where sellers can post ads of their products and buyers can buy.\n\n### TO DO \u0026 Implementations so far\n- See [Issues](https://github.com/MuizZer07/ship-shop/issues) and [project workflow](https://github.com/MuizZer07/ship-shop/projects/1)\n\n### Project Planning and Design (initially planned)\n#### Simple Class Diagram\n\n![Class Diagram](https://github.com/MuizZer07/ship-shop/blob/master/pics/ShipShopDiagram.png \"Class Diagram\")\n\n#### Website Map\n![Website Map](https://github.com/MuizZer07/ship-shop/blob/master/pics/WebsiteMap.png \"Website Map\")\n\n### Screenshot\n![Index Page](https://github.com/MuizZer07/ship-shop/blob/master/pics/shipshop.PNG \"Index Page\")\n\n### Install \u0026 Run Project\n#### install modules\n- ##### With Pipenv (it will install modules automatically)\nInstall Pipenv\n```\n$ pip install pipenv\n```\nInitiate pipenv shell and install modules\n```\n$ pipenv shell\n$ pipenv install\n```\n\n- ##### Or install modules from requirement.txt\n```\n$ pip install -r requirements.txt\n```\n\n#### Run project\n_*** Need to configure PostgreSQL Database in your PC. Tutorial Links: [[4]](https://www.youtube.com/watch?v=-LwI4HMR_Eg) \u0026 [[5]](https://www.youtube.com/watch?v=Axh8rNKgvmk)._\n\n```\n$ cd shipshop_django\n$ python manage.py migrate\n$ python manage.py runserver\n```\n\n*** To create and access admin privilege\n```\n$ python manage.py createsuperuser\n```\n\n### References\n- [1] [https://www.djangoproject.com/](https://www.djangoproject.com/)\n- [2] [https://www.django-rest-framework.org/](https://www.django-rest-framework.org/)\n- [3] [https://www.postgresql.org/](https://www.postgresql.org/)\n- [4] [https://www.youtube.com/watch?v=-LwI4HMR_Eg](https://www.youtube.com/watch?v=-LwI4HMR_Eg)\n- [5] [https://www.youtube.com/watch?v=Axh8rNKgvmk](https://www.youtube.com/watch?v=Axh8rNKgvmk)\n- [6] [https://simpleisbetterthancomplex.com/tutorial/2018/01/18/how-to-implement-multiple-user-types-with-django.html](https://simpleisbetterthancomplex.com/tutorial/2018/01/18/how-to-implement-multiple-user-types-with-django.html)\n- [7] [https://wsvincent.com/django-rest-framework-user-authentication-tutorial/](https://wsvincent.com/django-rest-framework-user-authentication-tutorial/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuizzer07%2Fship-shop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuizzer07%2Fship-shop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuizzer07%2Fship-shop/lists"}