{"id":30184645,"url":"https://github.com/studyresearchprojects/very-store-server","last_synced_at":"2025-08-12T12:43:58.293Z","repository":{"id":104134721,"uuid":"430531890","full_name":"StudyResearchProjects/very-store-server","owner":"StudyResearchProjects","description":"🐍 E-commerce solution made with Django and GraphQL as POC","archived":false,"fork":false,"pushed_at":"2021-12-11T22:19:28.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-06T00:42:55.919Z","etag":null,"topics":["django","ecommerce","full-stack","python"],"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/StudyResearchProjects.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":"2021-11-22T02:02:54.000Z","updated_at":"2025-08-05T22:22:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"09ddcc83-9449-4ba7-95b6-f1ae1817d301","html_url":"https://github.com/StudyResearchProjects/very-store-server","commit_stats":null,"previous_names":["leoborai/very-store-server","estebanborai/very-store-server","studyresearchprojects/very-store-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StudyResearchProjects/very-store-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudyResearchProjects%2Fvery-store-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudyResearchProjects%2Fvery-store-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudyResearchProjects%2Fvery-store-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudyResearchProjects%2Fvery-store-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StudyResearchProjects","download_url":"https://codeload.github.com/StudyResearchProjects/very-store-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudyResearchProjects%2Fvery-store-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270064260,"owners_count":24520929,"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-08-12T02:00:09.011Z","response_time":80,"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","ecommerce","full-stack","python"],"created_at":"2025-08-12T12:43:50.985Z","updated_at":"2025-08-12T12:43:58.243Z","avatar_url":"https://github.com/StudyResearchProjects.png","language":"Python","readme":"\u003cdiv\u003e\n  \u003ch1 align=\"center\"\u003every-store\u003c/h1\u003e\n\u003c/div\u003e\n\n## Development\n\nIs recommended to use a virtual environment for Python development.\nInstall [pyenv](https://github.com/pyenv/pyenv) to use multiple Python versions\nand [pipenv](https://github.com/pypa/pipenv) to manage multiple virtual\nenvironments\n\nInstall Python version 3.10.0 (specified in the `.python-version` file) using\n`pyenv install 3.10.0`. Then install dependencies using _pipenv_ so a virtual\nenvironment gets created for this project and holds dependencies as well.\n\nExecute `pipenv install`, which will install dependencies listed in the _Pipfile_\nTOML file, all scoped in a virtual environment for this project.\n\nFinally open a _Pipenv_ shell to run further commands against the virtual\nenvironment.\n\n```bash\npipenv shell\n\n((very-store) ) ➜  very-store git:(main)\n```\n\n\u003e Is recommended to run further commands through the _Pipenv_ shell.\n\nWith all set you must run [database migrations](#database-migrations) and then\nexecute the Django server using `python manage.py runserver`.\n\n### Database Migrations\n\nRun SQL database migrations by running:\n\n```bash\npython manage.py migrate\n```\n\n### Code style\n\nRun Black against the codebase by running:\n\n```bash\npython -m black ./*.py\n```\n\nYou may see an output similar to this:\n\n```\nreformatted core/asgi.py\nreformatted core/wsgi.py\nreformatted core/urls.py\nreformatted store/apps.py\nreformatted manage.py\nreformatted store/models.py\nreformatted core/settings.py\nAll done! ✨ 🍰 ✨\n7 files reformatted, 6 files left unchanged.\n```\n\n### Pyright Config\n\nIf you are using Pyright make sure you create a config file like the\nfollowing with the contents:\n\n```js\n// pyrightconfig.json\n{\n  \"venvPath\": \"\u003cVirtual Environments Directory Path\u003e\",\n  \"venv\": \"\u003cVirtual Environment Directory Name\u003e\",\n}\n```\n\n### Superuser for Development\n\nWhen working on development environment is useful to have a superuser\nto manage the application contentwise.\n\nDjango let's you create a super user by running the following command:\n\n```bash\npython manage.py createsuperuser\n```\n\nFill the prompts with the desired data and then run open the server on\nhttp://localhost:8000/admin to login with the recently created superuser.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudyresearchprojects%2Fvery-store-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudyresearchprojects%2Fvery-store-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudyresearchprojects%2Fvery-store-server/lists"}