{"id":18429820,"url":"https://github.com/sartim/django_shop_api","last_synced_at":"2026-05-01T16:35:46.999Z","repository":{"id":43249187,"uuid":"176235707","full_name":"sartim/django_shop_api","owner":"sartim","description":"REST API developed using Django \u0026 Django REST framework","archived":false,"fork":false,"pushed_at":"2024-06-26T19:08:07.000Z","size":824,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T22:59:56.411Z","etag":null,"topics":["channels","django","django-rest-framework","docker","python3","rest-api"],"latest_commit_sha":null,"homepage":"","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/sartim.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-03-18T08:21:53.000Z","updated_at":"2023-11-22T18:33:43.000Z","dependencies_parsed_at":"2024-04-17T02:55:52.269Z","dependency_job_id":"17408e3b-9264-4f46-a930-9ba646113621","html_url":"https://github.com/sartim/django_shop_api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sartim/django_shop_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartim%2Fdjango_shop_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartim%2Fdjango_shop_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartim%2Fdjango_shop_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartim%2Fdjango_shop_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sartim","download_url":"https://codeload.github.com/sartim/django_shop_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sartim%2Fdjango_shop_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32505109,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["channels","django","django-rest-framework","docker","python3","rest-api"],"created_at":"2024-11-06T05:18:44.643Z","updated_at":"2026-05-01T16:35:46.983Z","avatar_url":"https://github.com/sartim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Shop API\n\n[![Language](https://img.shields.io/badge/language-python-green.svg)](https://github.com/sartim/django_shop_api)\n![Build Status](https://github.com/sartim/django_shop_api/workflows/build/badge.svg)\n\n\nREST API developed using Django \u0026 Django REST framework. It also uses channels for the socket API\n\n##### (Optional)\n    $ virtualenv -p python3 venv\n    $ source venv/bin/activate\n    \n##### Install requirements\n    $ pip install -r requirements.txt\n\n##### Add dotenv to project root\n\nYou should create a .env file on the project root using the following format:\n\nWhen using PostgreSQL DB_URL\n\n    ENV={PROD/STAGE/DEV/TEST}\n    DB_HOST={DB_HOST}\n    DB_NAME={DB_NAME}\n    DB_USER={DB_USER}\n    DB_PASSWORD={DB_PASSWORD}\n    DB_PORT={DB_PORT}\n    SECRET={SECRET}\n\nWhen using sqlite for test\n\n    ENV=TEST\n    SECRET={SECRET}\n       \n##### Run server\nThere are multiple options of running the server\n\n###### For development\n    $ ./manage.py runserver\n    \n###### Using gunicorn\n    $ gunicorn app.wsgi --log-file -\n\n###### Building \u0026 running on docker\n    $ docker build -t django-shop-api:latest .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsartim%2Fdjango_shop_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsartim%2Fdjango_shop_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsartim%2Fdjango_shop_api/lists"}