{"id":20003214,"url":"https://github.com/mbrsagor/drfqrcode","last_synced_at":"2026-05-13T09:34:15.721Z","repository":{"id":37695386,"uuid":"219194045","full_name":"mbrsagor/DRFQRCode","owner":"mbrsagor","description":"Django rest framework QRCode generated simple API app.","archived":false,"fork":false,"pushed_at":"2026-04-22T17:19:35.000Z","size":20784,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-22T19:22:00.331Z","etag":null,"topics":["django","django-rest-framework","pyhton3","qrcode-decoder","qrcode-generator"],"latest_commit_sha":null,"homepage":"https://github.com/mbrsagor/DRFQRCode","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/mbrsagor.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-02T18:08:25.000Z","updated_at":"2026-04-22T17:19:39.000Z","dependencies_parsed_at":"2023-01-19T12:17:35.777Z","dependency_job_id":"7e4ea93f-f82f-4008-96b4-d6a8988d7851","html_url":"https://github.com/mbrsagor/DRFQRCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mbrsagor/DRFQRCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FDRFQRCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FDRFQRCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FDRFQRCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FDRFQRCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbrsagor","download_url":"https://codeload.github.com/mbrsagor/DRFQRCode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbrsagor%2FDRFQRCode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32976568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"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","pyhton3","qrcode-decoder","qrcode-generator"],"created_at":"2024-11-13T05:24:39.683Z","updated_at":"2026-05-13T09:34:15.716Z","avatar_url":"https://github.com/mbrsagor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DRFQRCode\n\n\u003e Django rest framework QR code generated\n\n\n### Setup::\nThe following steps will walk you thru installation on a Mac. I think, Linux should be similar. It's also possible to develop on a Windows machine, but I've not documented the steps. If you've developed django apps on Windows, you should have little problem getting up and running.\n\n#### Dependencies:\n - Python 3.10\n - Psql 14.1\n \n \n\n###### Step 1:\n\u003e Clone project: Open your terminal and run the below commands.\n\n```\nhttps://github.com/mbrsagor/DRFQRCode.git\ncd DRFQRCode\n```\n\n###### Step 2:\n\u003e Run the application in your local development server:\n\n```bash\nvirtualenv venv --python=python3.10\nsource venv/bin/activate\npip install -r requirements.txt\n./manage.py makemigrations\n./manage.py migrate\n./manage.py createsuperuser\n./mangae.py runserver\n```\n\n###### Install QR code if newly want.\n```bash\npip install qrcode \n```\n\n```python\nimport redis\n\nr = redis.Redis(host='localhost', port=6379, decode_responses=True)\n\nr.json().set('user:1', '$', {\n    'name': 'Alice',\n    'emails': ['alice@example.com', 'alice@work.com'],\n    'address': {'city': 'NYC', 'zip': '10001'}\n})\n\nprint(r.json().get('user:1', '$'))            # [{'name': 'Alice', 'emails': [...], 'address': {...}}]\nprint(r.json().get('user:1', '$.name'))       # ['Alice']\nprint(r.json().get('user:1', '$.emails[0]'))  # ['alice@example.com']\nprint(r.json().get('user:1', '$.address.zip'))# ['10001']\n```\n\n## Happy coding :wink:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fdrfqrcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrsagor%2Fdrfqrcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrsagor%2Fdrfqrcode/lists"}