{"id":19605462,"url":"https://github.com/borao/visa-hackathon","last_synced_at":"2026-04-12T15:49:28.683Z","repository":{"id":90578110,"uuid":"270109271","full_name":"borao/visa-hackathon","owner":"borao","description":"A multisided platform that helps consumers and small merchants manage loyalty programs and drive transactions by providing social incentives to consumers.","archived":false,"fork":false,"pushed_at":"2020-07-02T06:48:51.000Z","size":18564,"stargazers_count":1,"open_issues_count":9,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-25T11:49:07.518Z","etag":null,"topics":["django","django-rest-framework","merchant","payments","swift"],"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/borao.png","metadata":{"files":{"readme":"README.txt","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":"2020-06-06T21:28:28.000Z","updated_at":"2020-07-11T22:04:19.000Z","dependencies_parsed_at":"2023-04-09T00:05:00.374Z","dependency_job_id":null,"html_url":"https://github.com/borao/visa-hackathon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/borao/visa-hackathon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borao%2Fvisa-hackathon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borao%2Fvisa-hackathon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borao%2Fvisa-hackathon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borao%2Fvisa-hackathon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borao","download_url":"https://codeload.github.com/borao/visa-hackathon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borao%2Fvisa-hackathon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010801,"owners_count":26084807,"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-12T02:00:06.719Z","response_time":53,"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":["django","django-rest-framework","merchant","payments","swift"],"created_at":"2024-11-11T09:43:00.972Z","updated_at":"2025-10-12T08:09:31.928Z","avatar_url":"https://github.com/borao.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create a virtual environment to isolate our package dependencies locally\npython3 -m venv env\nsource env/bin/activate\n\n# Install Django and Django REST framework into the virtual environment\npip install django\npip install djangorestframework\n\n# If heroku is not installed:\npip install django-heroku\n\n# If requests is not installed:\npip3 install requests\n\n# If Pillow is not installed:\npython -m pip install Pillow\n\n\n\n# We'll also create an initial user named admin with a password of password123.\n# We'll authenticate as that user later in our example.\npython manage.py createsuperuser --email betalink@example.com --username betalink --password password123\n\n# for search OTHERS: USE ZIPCODE 94129, otherwise no result will return\n# because prepoluated data come from this zipcode only\n\npython manage.py populateOrderData order/data/orderData.json\npython manage.py populateMerchantData merchant/data/merchantData.json\npython manage.py populateCustomerData users/data/customerData.json\npython manage.py populateProgramData program/data/programData.json\npython manage.py populateEnrollmentData program/data/enrollmentData.json\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborao%2Fvisa-hackathon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborao%2Fvisa-hackathon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborao%2Fvisa-hackathon/lists"}