{"id":20612310,"url":"https://github.com/plugarut/mysteryshopping","last_synced_at":"2025-10-08T11:58:26.472Z","repository":{"id":90106970,"uuid":"150373035","full_name":"PlugaruT/MysteryShopping","owner":"PlugaruT","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-26T05:37:15.000Z","size":1440,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-08T11:58:25.969Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"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/PlugaruT.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":"2018-09-26T05:29:06.000Z","updated_at":"2020-11-13T15:48:29.000Z","dependencies_parsed_at":"2024-05-28T02:16:30.998Z","dependency_job_id":null,"html_url":"https://github.com/PlugaruT/MysteryShopping","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/PlugaruT/MysteryShopping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugaruT%2FMysteryShopping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugaruT%2FMysteryShopping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugaruT%2FMysteryShopping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugaruT%2FMysteryShopping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlugaruT","download_url":"https://codeload.github.com/PlugaruT/MysteryShopping/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlugaruT%2FMysteryShopping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278939314,"owners_count":26072277,"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-08T02:00:06.501Z","response_time":56,"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":[],"created_at":"2024-11-16T10:23:59.703Z","updated_at":"2025-10-08T11:58:26.449Z","avatar_url":"https://github.com/PlugaruT.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Install dependencies for Python\n\n```\nsudo apt-get install python-dev libjpeg8-dev python3-dev libpq-dev python-pip\n```\n\n### Setup\n\n1. Install [PostgreSQL](https://help.ubuntu.com/community/PostgreSQL#Installation)\n2. Create a [user](https://help.ubuntu.com/community/PostgreSQL#Alternative_Server_Setup) with superuser role\n3. `sudo pip install virtualenv`\n4. `sudo pip install virtualenvwrapper`, **[Info](https://virtualenvwrapper.readthedocs.io/en/latest/)**\n5. [Install](https://github.com/yyuu/pyenv-installer) `pyenv` for installing the appropriate python version\n6. `pyenv install 3.4.3` *the python version running on production server*\n7. Create the project virtualenv `mkvirtualenv --python=$(pyenv global 3.4.3 \u0026\u0026 pyenv which python) mystery_venv`\n8. `workon mystery_venv` to load the newly added variables\n9. `git clone git@github.com:SparkResearchLabs/MysteryShopping.git`\n10. `cd MysteryShopping`\n11. `pip install -r requirements/local.txt`\n12. `createdb mystery_shopping`\n13. `python manage.py migrate` Make migration\n14. `python manage.py test` Try to fix the test errors if any occur\n15. `python manage.py createsuperuser`\n16. `python manage.py runserver`\n\nIf the server is up and running you're golden and can start working.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplugarut%2Fmysteryshopping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplugarut%2Fmysteryshopping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplugarut%2Fmysteryshopping/lists"}